Commits

Chris Willmore committed 0e326dbeebd
Exclude private decls from interface token hash. After parsing a private decl, reset the token hash state to what it was before the decl was parsed. This way, adding a private decl or editing its type or name will not trigger a rebuild of downstream files. <rdar://problem/22239821> Modifying private APIs shouldn't cause dependents to recompile Swift SVN r31358