From 7ffa380bfd74a5e10d4c68717b2de7191c87c65f 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283179 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 8ace59c2fe..6283305a5d 100644 --- a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/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: -- 2.50.1