Skip to content

Commit fafe75f

Browse files
committed
[FOLD] address review comments
1 parent 3e67d48 commit fafe75f

File tree

1 file changed

+3
-3
lines changed
  • clang/include/clang/Sema

1 file changed

+3
-3
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4097,9 +4097,9 @@ class Sema final : public SemaBase {
40974097
SmallVectorImpl<QualType> &Exceptions,
40984098
FunctionProtoType::ExceptionSpecInfo &ESI);
40994099

4100-
/// Add an exception-specification to the given member function
4101-
/// (or member function template). The exception-specification was parsed
4102-
/// after the method itself was declared.
4100+
/// Add an exception-specification to the given member or friend function
4101+
/// (or function template). The exception-specification was parsed
4102+
/// after the function itself was declared.
41034103
void actOnDelayedExceptionSpecification(
41044104
Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
41054105
ArrayRef<ParsedType> DynamicExceptions,

0 commit comments

Comments
 (0)