Commits

Erik Eckstein committed d17f539eed1
SIL: Print+parse the clang node owner of SILFunctions. Adds a "[clang <value_decl>]" attribute to a SIL function declaration for clang imported functions. SIL serialization already handled this attribute, but not the SIL parser. Fixes rdar://problem/27378249, SR-2089