Sema.h - fix Wdocumentation warnings. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 30 Jul 2022 10:00:16 +0000 (11:00 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 30 Jul 2022 10:00:16 +0000 (11:00 +0100)
clang/include/clang/Sema/Sema.h

index b84ad12..04858ba 100644 (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