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 0ff9520 commit 6072ccdCopy full SHA for 6072ccd
cpp/ql/test/library-tests/ir/ir/PrintConfig.qll
@@ -14,6 +14,4 @@ predicate shouldDump(Location loc) {
14
*
15
* This predicate excludes functions defined in standard headers.
16
*/
17
-predicate shouldDumpFunction(Function func) {
18
- shouldDump(func.getLocation())
19
-}
+predicate shouldDumpFunction(Function func) { shouldDump(func.getLocation()) }
0 commit comments