]> granicus.if.org Git - clang/commitdiff
DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacroExpansi...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:48:53 +0000 (01:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:48:53 +0000 (01:48 +0000)
/// \param MacroSkipEnd The depth to stop skipping macro expansions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171012 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/DiagnosticRenderer.cpp

index d540964b6432455186533f27fe587a285aa9128a..e5ac042da7303fba9c4de285fa592d3b8214e842 100644 (file)
@@ -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,