From 2c55ab4f58c262f006d1b1e62607d3ae261c4756 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 6 Nov 2015 10:30:32 +0000 Subject: [PATCH] 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 --- include/llvm/IR/DIBuilder.h | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.34.1