C/C++ overlay: Add overlay support for discarding macro invocations

This commit is contained in:
idrissrio
2025-12-08 16:09:50 +01:00
parent 1286ca6683
commit 3f372d2658

View File

@@ -28,6 +28,10 @@ private string getSingleLocationFilePath(@element e) {
type_decls(e, _, loc)
or
namespace_decls(e, _, loc, _)
or
macroinvocations(e, _, loc, _)
or
preprocdirects(e, _, loc)
|
result = getLocationFilePath(loc)
)