Learn more about cloning repositories
You have read-only access
Clang importer: look through macros that simply expand to another macro. This allows us to import FOO in the following example: #define FOO BAR #define BAR 5 Fixes <rdar://problem/13768957>. Swift SVN r5001