[cfe-commits] r139197 - /cfe/trunk/lib/Frontend/TextDiagnosticPrinter.cpp

Chandler Carruth chandlerc at gmail.com
Tue Sep 6 15:34:36 PDT 2011


Author: chandlerc
Date: Tue Sep  6 17:34:36 2011
New Revision: 139197

URL: http://llvm.org/viewvc/llvm-project?rev=139197&view=rev
Log:
Remove the doxyment for this now defunct parameter.

Modified:
    cfe/trunk/lib/Frontend/TextDiagnosticPrinter.cpp

Modified: cfe/trunk/lib/Frontend/TextDiagnosticPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/TextDiagnosticPrinter.cpp?rev=139197&r1=139196&r2=139197&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/TextDiagnosticPrinter.cpp (original)
+++ cfe/trunk/lib/Frontend/TextDiagnosticPrinter.cpp Tue Sep  6 17:34:36 2011
@@ -422,7 +422,6 @@
   /// \param Ranges The underlined ranges for this code snippet.
   /// \param NumRanges The number of unlined ranges.
   /// \param Hints The FixIt hints active for this diagnostic.
-  /// \param NumHints The number of hints active for this diagnostic.
   /// \param OnMacroInst The current depth of the macro expansion stack.
   void Emit(SourceLocation Loc,
             CharSourceRange *Ranges,





More information about the cfe-commits mailing list