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 536c193 commit 202a717Copy full SHA for 202a717
cpp/ql/test/library-tests/lambdas/captures/elements.ql
@@ -9,6 +9,5 @@ predicate interesting(Element e) {
9
}
10
11
from Element e
12
-where
13
- interesting(e.getEnclosingElement*())
+where interesting(e.getEnclosingElement*())
14
select e
cpp/ql/test/library-tests/templates/extern/declarations.ql
@@ -1,6 +1,5 @@
1
import cpp
2
3
from Declaration d
4
5
- d.getLocation().getFile().getBaseName() != ""
+where d.getLocation().getFile().getBaseName() != ""
6
select d
0 commit comments