Sema.h - fix Wdocumentation warnings. NFC.

This commit is contained in:
Simon Pilgrim 2022-07-30 11:00:16 +01:00
parent db7d795978
commit b3fd44dd6a
1 changed files with 2 additions and 5 deletions

View File

@ -6820,9 +6820,6 @@ public:
/// 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 @@ public:
/// 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