================
@@ -909,6 +909,9 @@ class Sema final : public SemaBase {
   /// initialized but before it parses anything.
   void Initialize();
 
+  void RegisterSemaProxy();
+  void UnregisterSemaProxy();
----------------
tbaederr wrote:

```suggestion
  void registerSemaProxy();
  void unregisterSemaProxy();
```

https://github.com/llvm/llvm-project/pull/173537
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to