aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/BugReporter.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-20 04:28:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-20 04:28:39 +0000
commit0f2c907b2b5ee8896f5f0c51e35f80447b49b2c0 (patch)
tree9cebb4c9021ae8b6a7de2f99c435510de8a6612b /lib/Checker/BugReporter.cpp
parentefb0fa9e11f75af51744a6159530ef7cc8efa24a (diff)
Revert r99024, "Augment path diagnostics to include displaying when a message
expression", statistical evidence indicates it has some kind of memory error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/BugReporter.cpp')
-rw-r--r--lib/Checker/BugReporter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Checker/BugReporter.cpp b/lib/Checker/BugReporter.cpp
index c7438447bb..0cf593b260 100644
--- a/lib/Checker/BugReporter.cpp
+++ b/lib/Checker/BugReporter.cpp
@@ -1613,9 +1613,7 @@ void GRBugReporter::GeneratePathDiagnostic(PathDiagnostic& PD,
else
return;
- // Register node visitors.
R->registerInitialVisitors(PDB, N);
- bugreporter::registerNilReceiverVisitor(PDB);
switch (PDB.getGenerationScheme()) {
case PathDiagnosticClient::Extensive: