File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4097,9 +4097,9 @@ class Sema final : public SemaBase {
4097
4097
SmallVectorImpl<QualType> &Exceptions,
4098
4098
FunctionProtoType::ExceptionSpecInfo &ESI);
4099
4099
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.
4103
4103
void actOnDelayedExceptionSpecification(
4104
4104
Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
4105
4105
ArrayRef<ParsedType> DynamicExceptions,
You can’t perform that action at this time.
0 commit comments