summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DiagnosticRenderer.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-24 01:48:53 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-24 01:48:53 +0000
commit07c2e02e2734bf15ac91a096e0f166019535a263 (patch)
tree2d516c5feffe849846fec084dd046dd213723c4d /clang/lib/Frontend/DiagnosticRenderer.cpp
parent368d2ee4efa4f4cea25219952568c7a1245ff17f (diff)
downloadbcm5719-llvm-07c2e02e2734bf15ac91a096e0f166019535a263.tar.gz
bcm5719-llvm-07c2e02e2734bf15ac91a096e0f166019535a263.zip
DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacroExpansions(). [-Wdocumentation]
/// \param MacroSkipEnd The depth to stop skipping macro expansions. llvm-svn: 171012
Diffstat (limited to 'clang/lib/Frontend/DiagnosticRenderer.cpp')
-rw-r--r--clang/lib/Frontend/DiagnosticRenderer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/DiagnosticRenderer.cpp b/clang/lib/Frontend/DiagnosticRenderer.cpp
index d540964b643..e5ac042da73 100644
--- a/clang/lib/Frontend/DiagnosticRenderer.cpp
+++ b/clang/lib/Frontend/DiagnosticRenderer.cpp
@@ -399,7 +399,6 @@ void DiagnosticRenderer::emitCaret(SourceLocation Loc,
/// \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,
OpenPOWER on IntegriCloud