From bba74169783d8a3c4f13dbbea0c3ad1c1db67665 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 4 Oct 2016 02:19:12 +0000 Subject: [PATCH] Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help. This reverts commit r283141. llvm-svn: 283179 --- .../include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 8ace59c2fe57..6283305a5d46 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, 8> VisitorList; typedef VisitorList::iterator visitor_iterator; typedef SmallVector ExtraTextList; - typedef std::vector> + typedef SmallVector, 4> NoteList; protected: