[clang] [alpha.webkit.UncountedCallArgsChecker] Allow ASSERT and atomic<T> operations in a trivial function (PR #82063)

Ryosuke Niwa via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 15:00:20 PST 2024


================
@@ -356,6 +364,14 @@ class TrivialFunctionAnalysisVisitor
     return TrivialFunctionAnalysis::isTrivialImpl(Callee, Cache);
   }
 
+  bool VisitCXXDefaultArgExpr(const CXXDefaultArgExpr *E) {
----------------
rniwa wrote:

Yeah, I'm adding more general caching mechanism for `Stmt` in https://github.com/llvm/llvm-project/pull/82229.

https://github.com/llvm/llvm-project/pull/82063


More information about the cfe-commits mailing list