[clang-tools-extra] r211450 - Track changes from clang r211448.

Alp Toker alp at nuanti.com
Sat Jun 21 16:33:00 PDT 2014


Author: alp
Date: Sat Jun 21 18:33:00 2014
New Revision: 211450

URL: http://llvm.org/viewvc/llvm-project?rev=211450&view=rev
Log:
Track changes from clang r211448.

Modified:
    clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp

Modified: clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp?rev=211450&r1=211449&r2=211450&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp (original)
+++ clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp Sat Jun 21 18:33:00 2014
@@ -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,





More information about the cfe-commits mailing list