File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
c/common/src/codingstandards/c Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ import cpp
2
2
3
3
//Identifiers that are candidates for checking uniqueness
4
4
class InterestingIdentifiers extends Declaration {
5
- InterestingIdentifiers ( ) {
6
- not this .isFromTemplateInstantiation ( _) and
7
- not this .isFromUninstantiatedTemplate ( _) and
8
- not this instanceof TemplateParameter and
9
- not this .hasDeclaringType ( ) and
10
- not this instanceof Operator and
11
- not this .hasName ( "main" ) and
12
- exists ( this .getADeclarationLocation ( ) )
13
- }
14
- }
5
+ InterestingIdentifiers ( ) {
6
+ not this .isFromTemplateInstantiation ( _) and
7
+ not this .isFromUninstantiatedTemplate ( _) and
8
+ not this instanceof TemplateParameter and
9
+ not this .hasDeclaringType ( ) and
10
+ not this instanceof Operator and
11
+ not this .hasName ( "main" ) and
12
+ exists ( this .getADeclarationLocation ( ) )
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments