diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-20 04:28:39 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-20 04:28:39 +0000 |
commit | 0f2c907b2b5ee8896f5f0c51e35f80447b49b2c0 (patch) | |
tree | 9cebb4c9021ae8b6a7de2f99c435510de8a6612b /lib/Checker/BugReporter.cpp | |
parent | efb0fa9e11f75af51744a6159530ef7cc8efa24a (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.cpp | 2 |
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: |