From: NAKAMURA Takumi Date: Fri, 6 Nov 2015 10:30:32 +0000 (+0000) Subject: DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c55ab4f58c262f006d1b1e62607d3ae261c4756;p=oota-llvm.git DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252280 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DIBuilder.h b/include/llvm/IR/DIBuilder.h index ae2330a667a..fa8b7a78b92 100644 --- a/include/llvm/IR/DIBuilder.h +++ b/include/llvm/IR/DIBuilder.h @@ -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,