[llvm] r334291 - Fix Wdocumentation warning for unknown param. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 07:53:52 PDT 2018


Author: rksimon
Date: Fri Jun  8 07:53:52 2018
New Revision: 334291

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

Modified:
    llvm/trunk/include/llvm/Support/FileSystem.h

Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=334291&r1=334290&r2=334291&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Fri Jun  8 07:53:52 2018
@@ -876,8 +876,6 @@ std::error_code openFile(const Twine &Na
 /// finished with it.
 ///
 /// @param Name The path of the file to open, relative or absolute.
-/// @param ResultFD If the file could be opened successfully, its descriptor
-///                 is stored in this location. Otherwise, this is set to -1.
 /// @param Disp Value specifying the existing-file behavior.
 /// @param Access Value specifying whether to open the file in read, write, or
 ///               read-write mode.




More information about the llvm-commits mailing list