We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba29de4 commit 0ff7e0bCopy full SHA for 0ff7e0b
1 file changed
cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll
@@ -28,6 +28,10 @@ private string getSingleLocationFilePath(@element e) {
28
type_decls(e, _, loc)
29
or
30
namespace_decls(e, _, loc, _)
31
+ or
32
+ macroinvocations(e, _, loc, _)
33
34
+ preprocdirects(e, _, loc)
35
|
36
result = getLocationFilePath(loc)
37
)
0 commit comments