r306511 - DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 27 23:46:23 PDT 2017
Author: chapuni
Date: Tue Jun 27 23:46:23 2017
New Revision: 306511
URL: http://llvm.org/viewvc/llvm-project?rev=306511&view=rev
Log:
DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h
Modified: cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h?rev=306511&r1=306510&r2=306511&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h (original)
+++ cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h Tue Jun 27 23:46:23 2017
@@ -128,8 +128,6 @@ public:
/// \param Message The diagnostic message to emit.
/// \param Ranges The underlined ranges for this code snippet.
/// \param FixItHints The FixIt hints active for this diagnostic.
- /// \param SM The SourceManager; will be null if the diagnostic came from the
- /// frontend, thus \p Loc will be invalid.
void emitDiagnostic(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
StringRef Message, ArrayRef<CharSourceRange> Ranges,
ArrayRef<FixItHint> FixItHints,
More information about the cfe-commits
mailing list