forked from OSchip/llvm-project
DIBuilder.h: Prune \param(s) corresponding to r252219. [-Wdocumentation]
llvm-svn: 252280
This commit is contained in:
parent
9947cacebf
commit
a805030ae8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue