summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-11-06 10:30:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-11-06 10:30:32 +0000
commita805030ae821fa03fb76d89b9bb81ee66f676105 (patch)
tree9c197a90c41f16a8a37253fb9c09130b6716b99c
parent9947cacebfc667b033e0b2297fd2173b34716b12 (diff)
downloadbcm5719-llvm-a805030ae821fa03fb76d89b9bb81ee66f676105.tar.gz
bcm5719-llvm-a805030ae821fa03fb76d89b9bb81ee66f676105.zip
DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation]
llvm-svn: 252280
-rw-r--r--llvm/include/llvm/IR/DIBuilder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/DIBuilder.h b/llvm/include/llvm/IR/DIBuilder.h
index ae2330a667a..fa8b7a78b92 100644
--- a/llvm/include/llvm/IR/DIBuilder.h
+++ b/llvm/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,
OpenPOWER on IntegriCloud