1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix Wdocumentation warning. NFCI.

llvm-svn: 357987
This commit is contained in:
Simon Pilgrim 2019-04-09 09:38:25 +00:00
parent 0b83d956b3
commit 6913cd88cb

View File

@ -706,12 +706,12 @@ namespace llvm {
DITemplateParameterArray TParams = nullptr,
DITypeArray ThrownTypes = nullptr);
/// Create common block entry for a Fortran common block
/// \param Scope Scope of this common block
/// \param Name The name of this common block
/// \param File The file this common block is defined
/// \param LineNo Line number
/// \param VarList List of variables that a located in common block
/// Create common block entry for a Fortran common block.
/// \param Scope Scope of this common block.
/// \param decl Global variable declaration.
/// \param Name The name of this common block.
/// \param File The file this common block is defined.
/// \param LineNo Line number.
DICommonBlock *createCommonBlock(DIScope *Scope, DIGlobalVariable *decl,
StringRef Name, DIFile *File,
unsigned LineNo);