We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6feded9 commit 0243e2bCopy full SHA for 0243e2b
1 file changed
cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll
@@ -32,6 +32,8 @@ private string getSingleLocationFilePath(@element e) {
32
macroinvocations(e, _, loc, _)
33
or
34
preprocdirects(e, _, loc)
35
+ or
36
+ xmllocations(e, loc)
37
|
38
result = getLocationFilePath(loc)
39
)
0 commit comments