================
@@ -49,7 +49,7 @@ class CIRGenAction : public clang::ASTFrontendAction {
 public:
   ~CIRGenAction() override;
 
-  OutputType Action;
+  OutputType action;
----------------
andykaylor wrote:

This file uses the normal clang coding style, so variable names should be 
capitalized.

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

Reply via email to