[clang] fd37ead - Fix unknown parameter Wdocumentation warning. NFC.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 19 07:44:38 PDT 2021


Author: Simon Pilgrim
Date: 2021-08-19T15:40:10+01:00
New Revision: fd37ead38659dec3e63b1b560d43e81249f3e3ce

URL: https://github.com/llvm/llvm-project/commit/fd37ead38659dec3e63b1b560d43e81249f3e3ce
DIFF: https://github.com/llvm/llvm-project/commit/fd37ead38659dec3e63b1b560d43e81249f3e3ce.diff

LOG: Fix unknown parameter Wdocumentation warning. NFC.

Added: 
    

Modified: 
    clang/lib/Frontend/PrintPreprocessedOutput.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Frontend/PrintPreprocessedOutput.cpp b/clang/lib/Frontend/PrintPreprocessedOutput.cpp
index 1a820ad985a4..5c5fc751179d 100644
--- a/clang/lib/Frontend/PrintPreprocessedOutput.cpp
+++ b/clang/lib/Frontend/PrintPreprocessedOutput.cpp
@@ -182,7 +182,7 @@ class PrintPPOutputPPCallbacks : public PPCallbacks {
   /// implicitly when at the beginning of the file.
   ///
   /// @param Tok                 Token where to move to.
-  /// @param RequiresStartOfLine Whether the next line depends on being in the
+  /// @param RequireStartOfLine  Whether the next line depends on being in the
   ///                            first column, such as a directive.
   ///
   /// @return Whether column adjustments are necessary.


        


More information about the cfe-commits mailing list