Commits

Doug Gregor committed 4c6d9726914
Clang importer: collapse redefined macros. In C, macros can be redefined so long as the redefinitions are tokenwise equivalent. Provide the Clang importer with the same ability by determining when tokenwise equivalent macros would be imported as different Swift declarations, and collapse them into a single declaration.