Loading clang/lib/Parse/ParseDecl.cpp +1 −12 Original line number Diff line number Diff line Loading @@ -4265,18 +4265,7 @@ void Parser::ParseFunctionDeclarator(Declarator &D, IsCXX11MemberFunction); // Parse exception-specification[opt]. // FIXME: Remove the code to perform delayed parsing of exception // specifications. #if 0 bool Delayed = (D.getContext() == Declarator::MemberContext && D.getDeclSpec().getStorageClassSpec() != DeclSpec::SCS_typedef && !D.getDeclSpec().isFriendSpecified()); #else const bool Delayed = false; #endif ESpecType = tryParseExceptionSpecification(Delayed, ESpecRange, ESpecType = tryParseExceptionSpecification(ESpecRange, DynamicExceptions, DynamicExceptionRanges, NoexceptExpr); Loading Loading
clang/lib/Parse/ParseDecl.cpp +1 −12 Original line number Diff line number Diff line Loading @@ -4265,18 +4265,7 @@ void Parser::ParseFunctionDeclarator(Declarator &D, IsCXX11MemberFunction); // Parse exception-specification[opt]. // FIXME: Remove the code to perform delayed parsing of exception // specifications. #if 0 bool Delayed = (D.getContext() == Declarator::MemberContext && D.getDeclSpec().getStorageClassSpec() != DeclSpec::SCS_typedef && !D.getDeclSpec().isFriendSpecified()); #else const bool Delayed = false; #endif ESpecType = tryParseExceptionSpecification(Delayed, ESpecRange, ESpecType = tryParseExceptionSpecification(ESpecRange, DynamicExceptions, DynamicExceptionRanges, NoexceptExpr); Loading