Skip to content

Commit 56ce6f5

Browse files
committed
CPP: Add noinline so size estimates are better.
1 parent 46b68ab commit 56ce6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/lib/semmle/code/cpp/Declaration.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class Declaration extends Locatable, @declaration {
8888
*
8989
* See the 3-argument `hasQualifiedName` for examples.
9090
*/
91+
pragma[noinline]
9192
predicate hasQualifiedName(string namespaceQualifier, string baseName) {
9293
this.hasQualifiedName(namespaceQualifier, "", baseName)
9394
}

0 commit comments

Comments
 (0)