Commits

Doug Gregor committed b2eafa4c850
[Clang importer] Fix a use-after-free in enum info caching. Also, make the cache kick in between when a module is built and when it is used. This isn't actually an important case, but it makes it a whole lot more common to actually see the use-after-free break things. Fixes rdar://problem/24869070.