[clang] [clang][analyzer] Add StoreToImmutable checker (PR #150417)
Endre Fülöp via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 30 09:08:44 PDT 2025
================
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/AST/ParentMap.h"
----------------
gamesh411 wrote:
Yeah, this was part of my attempt to use the structure of the AST to detect the lambda initialisation. Removed.
https://github.com/llvm/llvm-project/pull/150417
More information about the cfe-commits
mailing list