[clang-tools-extra] r335626 - Fix -Wdocumentation warning. NFCI.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 26 10:00:43 PDT 2018


Author: rksimon
Date: Tue Jun 26 10:00:43 2018
New Revision: 335626

URL: http://llvm.org/viewvc/llvm-project?rev=335626&view=rev
Log:
Fix -Wdocumentation warning. NFCI.

Modified:
    clang-tools-extra/trunk/clangd/Headers.h

Modified: clang-tools-extra/trunk/clangd/Headers.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/Headers.h?rev=335626&r1=335625&r2=335626&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/Headers.h (original)
+++ clang-tools-extra/trunk/clangd/Headers.h Tue Jun 26 10:00:43 2018
@@ -71,8 +71,7 @@ public:
   /// \param DeclaringHeader is the original header corresponding to \p
   /// InsertedHeader e.g. the header that declares a symbol.
   /// \param InsertedHeader The preferred header to be inserted. This could be
-  /// the same as DeclaringHeader but must be provided. \param Inclusions
-  /// Existing includes in the main file.
+  /// the same as DeclaringHeader but must be provided.
   bool shouldInsertInclude(const HeaderFile &DeclaringHeader,
                            const HeaderFile &InsertedHeader) const;
 




More information about the cfe-commits mailing list