================
@@ -222,6 +227,9 @@ class CompilerInvocation : public CompilerInvocationBase {
     return defaultKinds;
   }
 
+  bool getEnableTimers() { return enableTimers; }
----------------
macurtis-amd wrote:

Nit: non-const getter is not needed.

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

Reply via email to