================
@@ -253,6 +253,17 @@ class TrivialFunctionAnalysisVisitor
     return true;
   }
 
+  template <typename StmtType, typename CheckFunction>
+  bool WithCachedResult(const StmtType *S, CheckFunction Function) {
----------------
rniwa wrote:

Good point. Changed.

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

Reply via email to