summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/redefine_extname.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed "pragma" -> "#pragma" in a comment, NFC.Andrey Bokhanko2015-07-171-1/+1
| | | | llvm-svn: 242521
* 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-1/+13
| | | | | | | | name. The local should not be renamed, only the externally-available declaration should be. Patch by Andrey Bokhanko! llvm-svn: 240653
* PR5172: Fix for a bug in pragma redefine_extname implementation:Alexander Musman2015-06-101-0/+18
it doesn't work correctly when a structure is declared before pragma and then a function with the same name declared after pragma. Patch by Andrey Bokhanko Differential Revision: http://reviews.llvm.org/D10187 llvm-svn: 239466
OpenPOWER on IntegriCloud