From: Vitaly Buka Date: Tue, 4 Oct 2016 02:19:12 +0000 (+0000) Subject: Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ffa380bfd74a5e10d4c68717b2de7191c87c65f;p=clang 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 --- 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: