Fix unknown parameter Wdocumentation warning. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 19 Aug 2021 14:22:05 +0000 (15:22 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 19 Aug 2021 14:40:09 +0000 (15:40 +0100)
clang/lib/Sema/SemaStmt.cpp

index f4f7e35..dc93e9e 100644 (file)
@@ -3316,7 +3316,7 @@ Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
 /// being thrown, or being co_returned from a coroutine. This expression
 /// might be modified by the implementation.
 ///
-/// \param ForceCXX2b Overrides detection of current language mode
+/// \param Mode Overrides detection of current language mode
 /// and uses the rules for C++2b.
 ///
 /// \returns An aggregate which contains the Candidate and isMoveEligible