[PATCH] D45081: [analyzer] Remove the unused method declaration in `ValistChecker.cpp`.
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 30 06:41:13 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rC328860: [analyzer] Remove the unused method declaration in `ValistChecker.cpp`. (authored by henrywong, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45081?vs=140408&id=140419#toc
Repository:
rC Clang
https://reviews.llvm.org/D45081
Files:
lib/StaticAnalyzer/Checkers/ValistChecker.cpp
Index: lib/StaticAnalyzer/Checkers/ValistChecker.cpp
===================================================================
--- lib/StaticAnalyzer/Checkers/ValistChecker.cpp
+++ lib/StaticAnalyzer/Checkers/ValistChecker.cpp
@@ -56,7 +56,6 @@
private:
const MemRegion *getVAListAsRegion(SVal SV, const Expr *VAExpr,
bool &IsSymbolic, CheckerContext &C) const;
- StringRef getVariableNameFromRegion(const MemRegion *Reg) const;
const ExplodedNode *getStartCallSite(const ExplodedNode *N,
const MemRegion *Reg) const;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45081.140419.patch
Type: text/x-patch
Size: 600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180330/2b7c1d79/attachment.bin>
More information about the cfe-commits
mailing list