| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable #pragma redefine_extname for C++ code as it does not make sense in ↵ | Aaron Ballman | 2015-07-16 | 1 | -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 Ballman | 2015-06-25 | 1 | -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 Blaikie | 2015-02-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 230795 | ||||
| * | Implement #pragma redefine_extname. | David Chisnall | 2012-02-18 | 1 | -0/+15 |
| This fixes PR5172 and allows clang to compile C++ programs on Solaris using the system headers. llvm-svn: 150881 | |||||

