forked from OSchip/llvm-project
Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.
This reverts commit r283141. llvm-svn: 283179
This commit is contained in:
parent
5a52a11ce4
commit
bba7416978
|
@ -66,7 +66,7 @@ public:
|
|||
typedef SmallVector<std::unique_ptr<BugReporterVisitor>, 8> VisitorList;
|
||||
typedef VisitorList::iterator visitor_iterator;
|
||||
typedef SmallVector<StringRef, 2> ExtraTextList;
|
||||
typedef std::vector<llvm::IntrusiveRefCntPtr<PathDiagnosticNotePiece>>
|
||||
typedef SmallVector<llvm::IntrusiveRefCntPtr<PathDiagnosticNotePiece>, 4>
|
||||
NoteList;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue