My change to use the clang AST JSON dump did not handle functions declared
inside scopes other than the root TranslationUnitDecl. After this change
update_cc_test_checks.py also works for C++ test cases that use extern "C"
and namespaces.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo