[clang] [analyzer] Explicitly register NoStoreFuncVisitor from alpha.unix.cst… (PR #108373)

Donát Nagy via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 09:04:56 PDT 2024


================
@@ -69,6 +69,7 @@ class CheckerContext {
   /// the state of the program before the checker ran. Note, checkers should
   /// not retain the node in their state since the nodes might get invalidated.
   ExplodedNode *getPredecessor() { return Pred; }
+  const ProgramPoint getLocation() const { return Location; }
----------------
NagyDonat wrote:

I'm surprised to see that this did not exist previously.

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


More information about the cfe-commits mailing list