projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4254cdb
)
Remove stale instance variable.
author
Ted Kremenek
<kremenek@apple.com>
Fri, 8 Feb 2013 18:59:17 +0000
(18:59 +0000)
committer
Ted Kremenek
<kremenek@apple.com>
Fri, 8 Feb 2013 18:59:17 +0000
(18:59 +0000)
llvm-svn: 174730
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
index
fccebf4
..
772a787
100644
(file)
--- a/
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
+++ b/
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
@@
-309,7
+309,6
@@
public:
class PathDiagnosticBuilder : public BugReporterContext {
BugReport *R;
PathDiagnosticConsumer *PDC;
- OwningPtr<ParentMap> PM;
NodeMapClosure NMC;
public:
const LocationContext *LC;