mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Previously, we would try to find an element enclosing each macro access. This is not in general well-defined, especially in the context of template instantiations -- macros are a lexing-time concept, and don't map cleanly onto AST elements.