Andrey Bokhanko
f647202fd5
Changed "pragma" -> "#pragma" in a comment, NFC.
...
llvm-svn: 242521
2015-07-17 12:25:21 +00:00
Aaron Ballman
7572e58b66
Disable #pragma redefine_extname for C++ code as it does not make sense in such a context.
...
Patch by Andrey Bokhanko!
llvm-svn: 242420
2015-07-16 17:06:53 +00:00
Aaron Ballman
9ec96a2f3f
Fix #pragma redefine_extname when there is a local variable of the same name. The local should not be renamed, only the externally-available declaration should be.
...
Patch by Andrey Bokhanko!
llvm-svn: 240653
2015-06-25 15:37:16 +00:00
Alexander Musman
70e9f5fcb3
PR5172: Fix for a bug in pragma redefine_extname implementation:
...
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
2015-06-10 11:20:26 +00:00