Commit Graph

2 Commits

Author SHA1 Message Date
Arnold Schwaighofer
5f4e183302 Add [dynamically_replacable] to SILFunctions
'dynamic' functions are marked as [dynamically_replaceable].
2018-11-06 09:53:21 -08:00
Michael Gottesman
cc727062c0 [sil-parse] Create SILParserFunctionBuilder and use it when parsing.
This allowed me to fold all of the weird direct calls to createFunction into a
singular createFunctionForForwardReference. This is the only API that is needed
by the SILParser so only providing that gives us a significantly cleaner API.

rdar://42301529
2018-08-01 08:54:54 -07:00