Create a header and impl file for the structural equivalence context. This is to allow other users outside clang importer. NFCI
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good to me. This is a good step toward simplifying the ASTImporter and breaking out its parts to be useful on their own.
Obviously make sure the tests pass :)
Comment Actions
Refactoring changes are always appreciated. I only have a minor naming nit.
include/clang/AST/ASTStructuralEquivalence.h | ||
---|---|---|
33 ↗ | (On Diff #94470) | FromCtx, ToCtx? |