We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2824c98 commit 8e63f2bCopy full SHA for 8e63f2b
cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll
@@ -34,6 +34,38 @@ private string getSingleLocationFilePath(@element e) {
34
macroinvocations(e, _, loc, _)
35
or
36
preprocdirects(e, _, loc)
37
+ or
38
+ diagnostics(e, _, _, _, _, loc)
39
40
+ usings(e, _, loc, _)
41
42
+ static_asserts(e, _, _, loc, _)
43
44
+ derivations(e, _, _, _, loc)
45
46
+ frienddecls(e, _, _, loc)
47
48
+ comments(e, _, loc)
49
50
+ exprs(e, _, loc)
51
52
+ stmts(e, _, loc)
53
54
+ initialisers(e, _, _, loc)
55
56
+ attributes(e, _, _, _, loc)
57
58
+ attribute_args(e, _, _, _, loc)
59
60
+ namequalifiers(e, _, _, loc)
61
62
+ enumconstants(e, _, _, _, _, loc)
63
64
+ type_mentions(e, _, loc, _)
65
66
+ lambda_capture(e, _, _, _, _, _, loc)
67
68
+ concept_templates(e, _, loc)
69
|
70
result = getLocationFilePath(loc)
71
)
0 commit comments