Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b68029c

Browse filesBrowse files
committed
Preprocessor5: fix query formatting
1 parent 3bb8b61 commit b68029c
Copy full SHA for b68029c

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎cpp/common/src/codingstandards/cpp/Macro.qll

Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/Macro.qll
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ class StringizingOperator extends TStringizingOperator {
6464
string toString() { result = getMacro().toString() }
6565
}
6666

67-
6867
pragma[noinline]
6968
predicate isMacroInvocationLocation(MacroInvocation mi, File f, int startChar, int endChar) {
7069
mi.getActualLocation().charLoc(f, startChar, endChar)
71-
}
70+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.