================
@@ -122,6 +122,11 @@ def parse_clang_ast_json(node, loc, search):
if search is None:
search = spell
mangled = node.get("mangledName", spell)
+ # Strip leading underscore from globals, so the name matches the LLVM
one
----------------
momchil-velikov wrote:Done. https://github.com/llvm/llvm-project/pull/121800 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
