[llvm] r252280 - DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 02:30:33 PST 2015
Author: chapuni
Date: Fri Nov 6 04:30:32 2015
New Revision: 252280
URL: http://llvm.org/viewvc/llvm-project?rev=252280&view=rev
Log:
DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/IR/DIBuilder.h
Modified: llvm/trunk/include/llvm/IR/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DIBuilder.h?rev=252280&r1=252279&r2=252280&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/IR/DIBuilder.h Fri Nov 6 04:30:32 2015
@@ -514,7 +514,6 @@ namespace llvm {
/// \param Flags e.g. is this function prototyped or not.
/// These flags are used to emit dwarf attributes.
/// \param isOptimized True if optimization is ON.
- /// \param Fn llvm::Function pointer.
/// \param TParams Function template parameters.
DISubprogram *createFunction(DIScope *Scope, StringRef Name,
StringRef LinkageName, DIFile *File,
@@ -562,7 +561,6 @@ namespace llvm {
/// \param Flags e.g. is this function prototyped or not.
/// This flags are used to emit dwarf attributes.
/// \param isOptimized True if optimization is ON.
- /// \param Fn llvm::Function pointer.
/// \param TParams Function template parameters.
DISubprogram *
createMethod(DIScope *Scope, StringRef Name, StringRef LinkageName,
More information about the llvm-commits
mailing list