[clang] [clang][analyzer] StreamChecker: Add more APIs, invalidate fscanf args (PR #82476)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 03:35:34 PST 2024


================
@@ -171,14 +173,34 @@ using FnCheck = std::function<void(const StreamChecker *, const FnDescription *,
                                    const CallEvent &, CheckerContext &)>;
 
 using ArgNoTy = unsigned int;
-static const ArgNoTy ArgNone = std::numeric_limits<ArgNoTy>::max();
+const ArgNoTy ArgNone = std::numeric_limits<ArgNoTy>::max();
----------------
NagyDonat wrote:

Why is this change incorporated in this commit?

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


More information about the cfe-commits mailing list