fix: support new clang-dumper template names - #242
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30d00c9730
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
b1f55bb to
dc9b9ca
Compare
|
dc9b9ca to
87932c3
Compare
|







The future clang-dumper can serialize
UsingTemplateandDependentTemplatenames, but Clava currently rejects both kinds.This adds AST models and parser support for the using-shadow declaration, dependent qualifier, and dependent name spelling emitted by clang-dumper.
Verification:
gradle -p ClangAstParser compileJavagit diff --checkModel: GPT-5.6-Luna