[clang] caa282a - Fix unknown parameter Wdocumentation warning. NFC.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 19 07:44:36 PDT 2021
Author: Simon Pilgrim
Date: 2021-08-19T15:40:09+01:00
New Revision: caa282a4490332034809bd0baf3e7a2ed1b080ae
URL: https://github.com/llvm/llvm-project/commit/caa282a4490332034809bd0baf3e7a2ed1b080ae
DIFF: https://github.com/llvm/llvm-project/commit/caa282a4490332034809bd0baf3e7a2ed1b080ae.diff
LOG: Fix unknown parameter Wdocumentation warning. NFC.
Added:
Modified:
clang/lib/Sema/SemaStmt.cpp
Removed:
################################################################################
diff --git a/clang/lib/Sema/SemaStmt.cpp b/clang/lib/Sema/SemaStmt.cpp
index f4f7e353a2c1..dc93e9e1c51c 100644
--- a/clang/lib/Sema/SemaStmt.cpp
+++ b/clang/lib/Sema/SemaStmt.cpp
@@ -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
More information about the cfe-commits
mailing list