Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f26f07 commit f98cd67Copy full SHA for f98cd67
1 file changed
cpp/ql/src/semmle/code/cpp/commons/Exclusions.qll
@@ -110,6 +110,4 @@ predicate isFromMacroDefinition(Element e) {
110
* be used to avoid bad join orders where integers are joined too early.
111
*/
112
bindingset[x, y]
113
-private predicate nonBindingIntEquality(int x, int y) {
114
- x >= y and y >= x
115
-}
+private predicate nonBindingIntEquality(int x, int y) { x >= y and y >= x }
0 commit comments