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 f0697ff commit 3007c96Copy full SHA for 3007c96
cpp/ql/test/library-tests/ir/ir/PrintConfig.qll
@@ -15,7 +15,7 @@ predicate locationIsInStandardHeaders(Location loc) {
15
predicate shouldDumpFunction(Declaration decl) {
16
not locationIsInStandardHeaders(decl.getLocation()) and
17
(
18
- not decl instanceof Variable
+ decl instanceof Function
19
or
20
decl.(GlobalOrNamespaceVariable).hasInitializer()
21
)
0 commit comments