Skip to content

Commit 860a3bf

Browse files
committed
Fix -Wdocumentation warnings. NFCI.
llvm-svn: 336895
1 parent 8868cda commit 860a3bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/include/llvm/AsmParser/Parser.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Type;
3333
/// run the verifier after parsing the file to check that it is okay.
3434
/// Parse LLVM Assembly from a file
3535
/// \param Filename The name of the file to parse
36-
/// \param Error Error result info.
36+
/// \param Err Error result info.
3737
/// \param Context Context in which to allocate globals info.
3838
/// \param Slots The optional slot mapping that will be initialized during
3939
/// parsing.
@@ -53,7 +53,7 @@ parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
5353
/// run the verifier after parsing the file to check that it is okay.
5454
/// Parse LLVM Assembly from a string
5555
/// \param AsmString The string containing assembly
56-
/// \param Error Error result info.
56+
/// \param Err Error result info.
5757
/// \param Context Context in which to allocate globals info.
5858
/// \param Slots The optional slot mapping that will be initialized during
5959
/// parsing.
@@ -83,7 +83,7 @@ struct ParsedModuleAndIndex {
8383
/// run the verifier after parsing the file to check that they are okay.
8484
/// Parse LLVM Assembly from a file
8585
/// \param Filename The name of the file to parse
86-
/// \param Error Error result info.
86+
/// \param Err Error result info.
8787
/// \param Context Context in which to allocate globals info.
8888
/// \param Slots The optional slot mapping that will be initialized during
8989
/// parsing.
@@ -104,7 +104,7 @@ parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err,
104104
/// should run the verifier after parsing the file to check that it is okay.
105105
/// Parse LLVM Assembly Index from a file
106106
/// \param Filename The name of the file to parse
107-
/// \param Error Error result info.
107+
/// \param Err Error result info.
108108
std::unique_ptr<ModuleSummaryIndex>
109109
parseSummaryIndexAssemblyFile(StringRef Filename, SMDiagnostic &Err);
110110

0 commit comments

Comments
 (0)