[cfe-commits] r171012 - /cfe/trunk/lib/Frontend/DiagnosticRenderer.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Sun Dec 23 17:48:53 PST 2012
Author: chapuni
Date: Sun Dec 23 19:48:53 2012
New Revision: 171012
URL: http://llvm.org/viewvc/llvm-project?rev=171012&view=rev
Log:
DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacroExpansions(). [-Wdocumentation]
/// \param MacroSkipEnd The depth to stop skipping macro expansions.
Modified:
cfe/trunk/lib/Frontend/DiagnosticRenderer.cpp
Modified: cfe/trunk/lib/Frontend/DiagnosticRenderer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/DiagnosticRenderer.cpp?rev=171012&r1=171011&r2=171012&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/DiagnosticRenderer.cpp (original)
+++ cfe/trunk/lib/Frontend/DiagnosticRenderer.cpp Sun Dec 23 19:48:53 2012
@@ -399,7 +399,6 @@
/// \param Level The diagnostic level currently being emitted.
/// \param Ranges The underlined ranges for this code snippet.
/// \param Hints The FixIt hints active for this diagnostic.
-/// \param MacroSkipEnd The depth to stop skipping macro expansions.
/// \param OnMacroInst The current depth of the macro expansion stack.
void DiagnosticRenderer::emitMacroExpansions(SourceLocation Loc,
DiagnosticsEngine::Level Level,
More information about the cfe-commits
mailing list