[clang] [Clang][Sema][Parse] Delay parsing of noexcept-specifiers in friend function declarations (PR #90517)
Krystian Stasiowski via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 30 07:24:54 PDT 2024
================
@@ -4101,8 +4101,8 @@ class Sema final : public SemaBase {
/// (or member function template). The exception-specification was parsed
/// after the method itself was declared.
void actOnDelayedExceptionSpecification(
- Decl *Method, ExceptionSpecificationType EST,
- SourceRange SpecificationRange, ArrayRef<ParsedType> DynamicExceptions,
+ Decl *D, ExceptionSpecificationType EST, SourceRange SpecificationRange,
----------------
sdkrystian wrote:
@cor3ntin Updated
https://github.com/llvm/llvm-project/pull/90517
More information about the cfe-commits
mailing list