Track changes from clang r211448.

llvm-svn: 211450
This commit is contained in:
Alp Toker 2014-06-21 23:33:00 +00:00
parent e492fae27d
commit b5fbfa2bab
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@ protected:
ArrayRef<CharSourceRange> Ranges,
const SourceManager &SM) override {}
void emitBasicNote(StringRef Message) override {
Error.Notes.push_back(ClangTidyMessage(Message));
}
void emitCodeContext(SourceLocation Loc, DiagnosticsEngine::Level Level,
SmallVectorImpl<CharSourceRange> &Ranges,
ArrayRef<FixItHint> Hints,