diff options
| author | Devin Coughlin <dcoughlin@apple.com> | 2016-07-18 18:57:50 +0000 |
|---|---|---|
| committer | Devin Coughlin <dcoughlin@apple.com> | 2016-07-18 18:57:50 +0000 |
| commit | d2387432bb569b1e96ff22839fe2cae25343e3f7 (patch) | |
| tree | 78f289cd17015be51d3d12db190eba46eed717e8 /clang/lib/StaticAnalyzer/Core/BugReporter.cpp | |
| parent | 3498ad11eb8b143d1fc3793f137cae49dbcaf710 (diff) | |
| download | bcm5719-llvm-d2387432bb569b1e96ff22839fe2cae25343e3f7.tar.gz bcm5719-llvm-d2387432bb569b1e96ff22839fe2cae25343e3f7.zip | |
Revert "[analyzer] Add checker modeling potential C++ self-assignment"
This reverts commit r275820. It is failing on the bots.
llvm-svn: 275880
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/BugReporter.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/BugReporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp index e04aa395d49..488126b0088 100644 --- a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp @@ -3104,7 +3104,6 @@ bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, R->addVisitor(llvm::make_unique<NilReceiverBRVisitor>()); R->addVisitor(llvm::make_unique<ConditionBRVisitor>()); R->addVisitor(llvm::make_unique<LikelyFalsePositiveSuppressionBRVisitor>()); - R->addVisitor(llvm::make_unique<CXXSelfAssignmentBRVisitor>()); BugReport::VisitorList visitors; unsigned origReportConfigToken, finalReportConfigToken; |

