diff options
author | Vitaly Buka <vitalybuka@google.com> | 2016-10-04 02:19:12 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2016-10-04 02:19:12 +0000 |
commit | bba74169783d8a3c4f13dbbea0c3ad1c1db67665 (patch) | |
tree | 17a273d106c81762f89c4f3c3f608dc2e377fc39 | |
parent | 5a52a11ce49b11bbc4c3db71bea43a3bd3667a53 (diff) | |
download | bcm5719-llvm-bba74169783d8a3c4f13dbbea0c3ad1c1db67665.tar.gz bcm5719-llvm-bba74169783d8a3c4f13dbbea0c3ad1c1db67665.zip |
Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.
This reverts commit r283141.
llvm-svn: 283179
-rw-r--r-- | clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 8ace59c2fe5..6283305a5d4 100644 --- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -66,7 +66,7 @@ public: typedef SmallVector<std::unique_ptr<BugReporterVisitor>, 8> VisitorList; typedef VisitorList::iterator visitor_iterator; typedef SmallVector<StringRef, 2> ExtraTextList; - typedef std::vector<llvm::IntrusiveRefCntPtr<PathDiagnosticNotePiece>> + typedef SmallVector<llvm::IntrusiveRefCntPtr<PathDiagnosticNotePiece>, 4> NoteList; protected: |