================
@@ -622,6 +625,15 @@ Sema::~Sema() {
SemaPPCallbackHandler->reset();
}
+void Sema::RegisterSemaProxy() {
+ // Let the AST context relies on Sema for
+ // ast mutations features that require semantic analysis
+ // (lazy instantiation, reflection, etc).
----------------
Sirraide wrote:
```suggestion
// Let the AST context rely on Sema for
// AST mutation features that require semantic analysis
// (lazy instantiation, reflection, etc).
```
nit: typos
https://github.com/llvm/llvm-project/pull/173537
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits