summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/redefine_extname.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable #pragma redefine_extname for C++ code as it does not make sense in ↵Aaron Ballman2015-07-161-0/+6
| | | | | | | | such a context. Patch by Andrey Bokhanko! llvm-svn: 242420
* Fix #pragma redefine_extname when there is a local variable of the same ↵Aaron Ballman2015-06-251-0/+11
| | | | | | | | name. The local should not be renamed, only the externally-available declaration should be. Patch by Andrey Bokhanko! llvm-svn: 240653
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
| | | | llvm-svn: 230795
* Implement #pragma redefine_extname.David Chisnall2012-02-181-0/+15
This fixes PR5172 and allows clang to compile C++ programs on Solaris using the system headers. llvm-svn: 150881
OpenPOWER on IntegriCloud