mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Bubble up errors under readParameterList
rdar://131002388
This commit is contained in:
@@ -502,7 +502,7 @@ private:
|
||||
/// Recursively reads a pattern from \c DeclTypeCursor.
|
||||
llvm::Expected<Pattern *> readPattern(DeclContext *owningDC);
|
||||
|
||||
ParameterList *readParameterList();
|
||||
llvm::Expected<ParameterList *> readParameterList();
|
||||
|
||||
/// Reads a generic param list from \c DeclTypeCursor.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user