================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits