================
@@ -68,6 +68,7 @@ def parse_clang_ast_json(node, loc, search):
if node_kind in (
"NamespaceDecl",
"LinkageSpecDecl",
+ "ExportDecl",
----------------
Icohedron wrote:Is this change to `llvm/utils/update_cc_test_checks.py` necessary? https://github.com/llvm/llvm-project/pull/191917 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
