КП
Size: a a a
КП
AM
гб
-Wshadow-field / -Wshadow-all
в clang. Не могу нагуглить.AS
struct A {int a};
struct B: A {
int a; // Должно быть предупреждение!
}
AD
N
N
Reserved identifiers
In addition, some identifiers are reserved for use by C ++ implementations and shall not be used otherwise; no diagnostic is required.
—
(3.1)
Each identifier that contains a double underscore __ or begins with an underscore followed by an
uppercase letter is reserved to the implementation for any use.
—
(3.2)
Each identifier that begins with an underscore is reserved to the implementation for use as a name in
the global namespace.
AD
A
ПК
d
ПК
d
ПК
AK
LA
ПК