[clang] [CIR] Add cir-simplify pass (PR #138317)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri May 2 11:23:12 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list