[clang] b3fd44d - Sema.h - fix Wdocumentation warnings. NFC.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 30 03:00:53 PDT 2022
Author: Simon Pilgrim
Date: 2022-07-30T11:00:16+01:00
New Revision: b3fd44dd6adbd53b43893e5379be8eefde36c701
URL: https://github.com/llvm/llvm-project/commit/b3fd44dd6adbd53b43893e5379be8eefde36c701
DIFF: https://github.com/llvm/llvm-project/commit/b3fd44dd6adbd53b43893e5379be8eefde36c701.diff
LOG: Sema.h - fix Wdocumentation warnings. NFC.
Added:
Modified:
clang/include/clang/Sema/Sema.h
Removed:
################################################################################
diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h
index b84ad1283173d..04858ba122efe 100644
--- a/clang/include/clang/Sema/Sema.h
+++ b/clang/include/clang/Sema/Sema.h
@@ -6820,9 +6820,6 @@ class Sema final {
/// output parameter (containing the full nested-name-specifier,
/// including this new type).
///
- /// \param ErrorRecoveryLookup If true, then this method is called to improve
- /// error recovery. In this case do not emit error message.
- ///
/// \param IsCorrectedToColon If not null, suggestions to replace '::' -> ':'
/// are allowed. The bool value pointed by this parameter is set to 'true'
/// if the identifier is treated as if it was followed by ':', not '::'.
@@ -7142,8 +7139,8 @@ class Sema final {
/// check (either a concept or a constrained entity).
/// \param ConstraintExprs a list of constraint expressions, treated as if
/// they were 'AND'ed together.
- /// \param TemplateArgs the list of template arguments to substitute into the
- /// constraint expression.
+ /// \param TemplateArgLists the list of template arguments to substitute into
+ /// the constraint expression.
/// \param TemplateIDRange The source range of the template id that
/// caused the constraints check.
/// \param Satisfaction if true is returned, will contain details of the
More information about the cfe-commits
mailing list