Fariborz Jahanian
|
9e0393d553
|
Also, these objc++ rewriter tests are meant to run in NeXt's
fragile-abi mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149788 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-02-04 19:06:06 +00:00 |
Fariborz Jahanian
|
7c7e349c99
|
Change test to compile rewritten test with clang++.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97756 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-03-04 21:57:21 +00:00 |
Fariborz Jahanian
|
0e1c99a1a9
|
Fixes rewriter bug rewriting byref related API where a struct
definition comes after where it is needed. Fixes radar 7589385.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94788 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-29 01:55:49 +00:00 |
Fariborz Jahanian
|
dfa4fa0fc5
|
Fix a rewriting crash and correct rewriting of __block
declaration where its initializer has a type-cast.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93650 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-16 19:36:43 +00:00 |
Fariborz Jahanian
|
a73165e47a
|
Patch to avoid duplicate declaration of byref structs
for __block variables of same name declared in multiple scopes.
Fixes radar 7540194
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93474 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-14 23:05:52 +00:00 |