[clang] [analyzer] Unbreak [[clang::suppress]] on checkers without decl-with-issue. (PR #79398)
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 25 13:29:13 PST 2024
================
@@ -27,6 +28,8 @@ class PathDiagnosticLocation;
class BugSuppression {
public:
+ BugSuppression(ASTContext &ACtx) : ACtx(ACtx) {}
----------------
haoNoQ wrote:
Hmm I somehow never noticed that we have any actual const-correctness for `ASTContext`, thanks!
https://github.com/llvm/llvm-project/pull/79398
More information about the cfe-commits
mailing list