Commits

zaks committed f049c24a02d
Introduce a helper to make switching on darwin platforms less error prone Introduce DarwinPlatformKind, which would allow us to switch on darwin platforms instead of copying and pasting the brittle logic in several places. Use the helper method to simplify ClangImporter.