================ @@ -62,15 +62,17 @@ class CIRGenConsumer : public clang::ASTConsumer { IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS; std::unique_ptr<CIRGenerator> Gen; const FrontendOptions &FEOptions; + CodeGenOptions &codeGenOptions; ---------------- andykaylor wrote:
```suggestion CodeGenOptions &CodeGenOptions; ``` Keep clang-style identifier naming throughout this file. 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