DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation]

llvm-svn: 252280
This commit is contained in:
NAKAMURA Takumi 2015-11-06 10:30:32 +00:00
parent 9947cacebf
commit a805030ae8
1 changed files with 0 additions and 2 deletions

View 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,