DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 6 Nov 2015 10:30:32 +0000 (10:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 6 Nov 2015 10:30:32 +0000 (10:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252280 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DIBuilder.h

index ae2330a667a24c804e39696a70af0ba1a5d7d15f..fa8b7a78b922545416be78c2bd0f0f99186a4dfb 100644 (file)
@@ -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,