Fariborz Jahanian
|
937224777a
|
Objective-C modern rewriter. Patch to fix a rewriting bug
rewriting an Objective-C block. Patch by Ryan Govostes.
rdar://18799145
llvm-svn: 220834
|
2014-10-28 23:46:58 +00:00 |
Fariborz Jahanian
|
2e7f638b23
|
modern objc translator: used size_t in couple
of places. // rdar://11375908
llvm-svn: 156106
|
2012-05-03 21:44:12 +00:00 |
NAKAMURA Takumi
|
9a66002356
|
clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. mingw32 tends to define built-in __declspec.
llvm-svn: 155911
|
2012-05-01 10:52:06 +00:00 |
NAKAMURA Takumi
|
f906329eef
|
test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue.
llvm-svn: 155692
|
2012-04-27 04:36:34 +00:00 |
Fariborz Jahanian
|
16d0d6c4ad
|
modern objective-c transltion: Fixes a translation bug
of writing a __block variable being initialized with
a constructed object. // rdar://11326988
llvm-svn: 155673
|
2012-04-26 23:20:25 +00:00 |
Fariborz Jahanian
|
78731c7098
|
improve a modern objc translator test.
llvm-svn: 155569
|
2012-04-25 18:11:57 +00:00 |
Fariborz Jahanian
|
847713a998
|
modern objc translator: Allow writing of multiple
declaration of __block variables on same lines
with initializers. // rdsr://7547630
llvm-svn: 155473
|
2012-04-24 19:38:45 +00:00 |
Fariborz Jahanian
|
32af25ea05
|
objc modern rewriter: allow translation of
multiple declaration of block variables
(with no initializer) on the same line.
llvm-svn: 155462
|
2012-04-24 18:16:20 +00:00 |
Fariborz Jahanian
|
e1240fe743
|
modern objective-c translator. ifdef'out
__weak and __block when rewriting.
// rdar://11236342
llvm-svn: 154592
|
2012-04-12 16:33:31 +00:00 |
Fariborz Jahanian
|
5811fd6cc4
|
modern objective-c translator. Fixes a mis-translation when
of a __block struct object. // rdar://11230308
llvm-svn: 154566
|
2012-04-11 23:57:12 +00:00 |