================
@@ -135,6 +135,10 @@ class CIRGenConsumer : public clang::ASTConsumer {
     }
     }
   }
+
+  void CompleteTentativeDefinition(VarDecl *D) override {
+    Gen->CompleteTentativeDefinition(D);
+  }
----------------
andykaylor wrote:

We're using clang naming style in this file based on previous agreement with 
the clang maintainers.

https://github.com/llvm/llvm-project/pull/141700
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to