We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21367f9 commit 607b0a1Copy full SHA for 607b0a1
1 file changed
cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll
@@ -54,6 +54,9 @@ private string getMultiLocationFilePath(@element e) {
54
or
55
// @namespace gets its location(s) from its @namespace_decl(s)
56
exists(@namespace_decl nd | namespace_decls(nd, e, loc, _))
57
+ or
58
+ // @macroinvocation gets its location(s) from macrolocationbind
59
+ macrolocationbind(e, loc)
60
|
61
result = getLocationFilePath(loc)
62
)
0 commit comments