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 fd9fc0d

Browse filesBrowse files
format IrreplaceableFunctionLikeMacro.qll
1 parent a1142f3 commit fd9fc0d
Copy full SHA for fd9fc0d

File tree

1 file changed

+2
-4
lines changed
Filter options

1 file changed

+2
-4
lines changed

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

Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/IrreplaceableFunctionLikeMacro.qll
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@ private class FunctionLikeMacroWithOperatorArgument extends IrreplaceableFunctio
5858
}
5959

6060
private class GenericMacro extends IrreplaceableFunctionLikeMacro {
61-
GenericMacro() {
62-
getBody().matches("%_Generic%")
63-
}
64-
}
61+
GenericMacro() { getBody().matches("%_Generic%") }
62+
}

0 commit comments

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