================
@@ -42,6 +47,14 @@ CreateFrontendBaseAction(CompilerInstance &CI) {
   StringRef Action("unknown");
   (void)Action;
 
+  auto UseCIR = CI.getFrontendOpts().UseClangIRPipeline;
----------------
AaronBallman wrote:

Please follow the community conventions in this case because this is materially 
different from naming. With naming, it's about style and while it's quite 
distracting to have a unique style, it's doesn't really hurt understanding the 
code. With use of `auto`, it's about being able to understand the code for 
people not familiar with it; using `auto` in this way makes the code harder for 
the community to maintain in ways that naming conventions don't really have.

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

Reply via email to