From: Artem Dergachev Date: Mon, 3 Oct 2016 20:12:12 +0000 (+0000) Subject: [analyzer] A blind attempt to fix a buildbot after r283092. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4161346488994eb6508292c6bc80a9ed396f0e20;p=clang [analyzer] A blind attempt to fix a buildbot after r283092. The msvc compiler seems to crash compiling the BugReport class. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 6283305a5d..8ace59c2fe 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 SmallVector, 4> + typedef std::vector> NoteList; protected: