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
typedef SmallVector<std::unique_ptr<BugReporterVisitor>, 8> VisitorList;
typedef VisitorList::iterator visitor_iterator;
typedef SmallVector<StringRef, 2> ExtraTextList;
- typedef SmallVector<llvm::IntrusiveRefCntPtr<PathDiagnosticNotePiece>, 4>
+ typedef std::vector<llvm::IntrusiveRefCntPtr<PathDiagnosticNotePiece>>
NoteList;
protected: