Skip to content

Commit 2e33a42

Browse files
committed
C++: Apply review suggestion
1 parent 4c256d1 commit 2e33a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class UserType extends Type, Declaration, NameQualifyingElement, AccessHolder, @
4747
else result = this.getADeclarationLocation()
4848
}
4949

50+
pragma[nomagic]
5051
private TypeDeclarationEntry getADeclarationEntryBase() {
5152
type_decls(underlyingElement(result), unresolveElement(this), _)
5253
}

0 commit comments

Comments
 (0)