We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172378f commit b91d527Copy full SHA for b91d527
cpp/common/src/codingstandards/cpp/rules/declaredareservedidentifier/DeclaredAReservedIdentifier.qll
@@ -143,7 +143,6 @@ Macro getGeneratedFrom(Element e) {
143
exists(MacroInvocation mi |
144
mi = result.getAnInvocation() and
145
mi.getAGeneratedElement() = e and
146
- mi.getLocation().getStartColumn() = e.getLocation().getStartColumn() and
147
not exists(MacroInvocation child |
148
child.getParentInvocation() = mi and
149
child.getAGeneratedElement() = e
0 commit comments