================
@@ -91,8 +91,29 @@ QualType getOverflowBuiltinResultType(const CallEvent &Call, 
CheckerContext &C,
   }
 }
 
-class BuiltinFunctionChecker : public Checker<eval::Call> {
+class BuiltinFunctionChecker
+    : public Checker<eval::Call, check::PostStmt<AttributedStmt>> {
 public:
+  void checkPostStmt(const AttributedStmt *A, CheckerContext &C) const {
----------------
steakhal wrote:

No, I think it's just some leftover codewhile experimenting with this.
Let me remove this.

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

Reply via email to