Commits

Anna Zaks committed fbcf5d458fc
[SIL Loc] Use a separate bit to represent auto-generated code Auto generated location should not be a separate location kind since we might have different kinds of auto generated locations (ex: cleanup, return). Even though the kind info might not be necessary for diagnostics or debug info, it allows us to better use type system, for example, only pass CleanupLocation where expected. Swift SVN r7816