https://github.com/NagyDonat created https://github.com/llvm/llvm-project/pull/185020
Its definition was removed fifteen(!) years ago by commit b1d3d968725baf28a00b12aad760434036cbe704. From bad41cc8c8153d74ac2ecad4a8765d9308615571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Don=C3=A1t=20Nagy?= <[email protected]> Date: Fri, 6 Mar 2026 15:54:45 +0100 Subject: [PATCH] [NFC][analyzer] Remove orphaned declaration ExprEngine::getStmt() Its definition was removed fifteen(!) years ago by commit b1d3d968725baf28a00b12aad760434036cbe704. --- .../clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h index 40bc96c954267..2ca03174fbdc9 100644 --- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h +++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h @@ -221,8 +221,6 @@ class ExprEngine { return *currBldrCtx; } - const Stmt *getStmt() const; - const LocationContext *getRootLocationContext() const { assert(G.getRoot()); return G.getRoot()->getLocation().getLocationContext(); _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
