]> granicus.if.org Git - clang/commitdiff
Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.
authorVitaly Buka <vitalybuka@google.com>
Tue, 4 Oct 2016 02:19:12 +0000 (02:19 +0000)
committerVitaly Buka <vitalybuka@google.com>
Tue, 4 Oct 2016 02:19:12 +0000 (02:19 +0000)
This reverts commit r283141.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283179 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h

index 8ace59c2fe5787c9e4196bb5be5719d06cb0b60d..6283305a5d46f111abd9e9ee2dfe9c064f9c247d 100644 (file)
@@ -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: