We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b93328 commit fcd7ea4Copy full SHA for fcd7ea4
1 file changed
cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll
@@ -46,6 +46,8 @@ private string getMultiLocationFilePath(@element e) {
46
exists(@type_decl td | type_decls(td, e, loc))
47
or
48
exists(@namespace_decl nd | namespace_decls(nd, e, loc, _))
49
+ or
50
+ macrolocationbind(e, loc)
51
|
52
result = getLocationFilePath(loc)
53
)
0 commit comments