Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
c1cb12bb6144c96dea61bf753210e64bf30fa245
/
test
/
Rewriter
042b91d
modern objc translation: Add translation of @autoreleasepool
by Fariborz Jahanian
· 12 years ago
2df1a58
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
by Argyrios Kyrtzidis
· 12 years ago
4abe3d3
Test for previously checked in patch. // rdar://11374235
by Fariborz Jahanian
· 13 years ago
ec5a7fc
Remove this test again which fails the build-bot for reasons yet unknown to me.
by Fariborz Jahanian
· 13 years ago
4c4cc16
Re-add test for // rdar://11374235
by Fariborz Jahanian
· 13 years ago
767e9d9
Remove thid test for now.
by Fariborz Jahanian
· 13 years ago
163d3ce
Modern objective-c translation. Translating default
by Fariborz Jahanian
· 13 years ago
20e181a
modern objc translation. objc_getClass() and objc_getMetaClass()
by Fariborz Jahanian
· 13 years ago
fcf7f9f
Revert r156097, which appears to be causing some breakage.
by Douglas Gregor
· 13 years ago
ebfa272
objc modern translator: fix up attribute for dynamic property in a category.
by Fariborz Jahanian
· 13 years ago
301e2e4
modern objc translator: support for default property
by Fariborz Jahanian
· 13 years ago
8b08adb
modern objc translator: used size_t in couple of places. // rdar://11375908
by Fariborz Jahanian
· 13 years ago
502261a
modern objc translation. objc_getClass() and objc_getMetaClass()
by Fariborz Jahanian
· 13 years ago
f5eac48
Modern objective-c translation: Fixing couple of bugs
by Fariborz Jahanian
· 13 years ago
b68258f
modern objective-c translation of private ivars. // rdar://11351299
by Fariborz Jahanian
· 13 years ago
9ff009f
clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. mingw32 tends to define built-in __declspec.
by NAKAMURA Takumi
· 13 years ago
bb1a899
clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Remove XFAIL and add -U__declspec. mingw32 tends to define built-in __declspec.
by NAKAMURA Takumi
· 13 years ago
8fba894
modern objective-c translator. named aggregate types
by Fariborz Jahanian
· 13 years ago
27fc81b
objective-c modern translator: Correctly translate
by Fariborz Jahanian
· 13 years ago
29a4ce4
test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue.
by NAKAMURA Takumi
· 13 years ago
65a7c68
modern objective-c transltion: Fixes a translation bug
by Fariborz Jahanian
· 13 years ago
df407c3
objective-c modern translator: more tests.
by Fariborz Jahanian
· 13 years ago
d3a39f0
improve a modern objc translator test.
by Fariborz Jahanian
· 13 years ago
0418953
modern objc rewriter: fixes a bug writing
by Fariborz Jahanian
· 13 years ago
4fe261c
modern objc translator: Allow writing of multiple
by Fariborz Jahanian
· 13 years ago
e6e96de
objc modern rewriter: allow translation of
by Fariborz Jahanian
· 13 years ago
88442c9
clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278.
by NAKAMURA Takumi
· 13 years ago
126d3d0
clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw for now, due to predefined __declspec.
by NAKAMURA Takumi
· 13 years ago
89592d5
minor improvement to couple of tests.
by Fariborz Jahanian
· 13 years ago
b5863da
objective-c modern translator: Further improving the last
by Fariborz Jahanian
· 13 years ago
b75f8de
modern objective-c translator: Fix writing a spurious 'static'
by Fariborz Jahanian
· 13 years ago
eb382ec
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
by Patrick Beard
· 13 years ago
76a98be
objective-c modern translation. Correct rewriting of
by Fariborz Jahanian
· 13 years ago
0e97681
Modern objective-c translator:'self' used inside
by Fariborz Jahanian
· 13 years ago
43aa1c3
modern objective-c translator: translation of implicit
by Fariborz Jahanian
· 13 years ago
93a4994
objective-c modern translator: buildit objc bool
by Fariborz Jahanian
· 13 years ago
8590d86
objective-c modern translator: Make metadata
by Fariborz Jahanian
· 13 years ago
653b7cf
modern objective-c translator: Fixes translation of
by Fariborz Jahanian
· 13 years ago
b20c46e
modern objective-c translator: When translating
by Fariborz Jahanian
· 13 years ago
9985038
objective-c numeric literal: type of boolean is
by Fariborz Jahanian
· 13 years ago
5ce2827
modern objective-c translator. ifdef'out
by Fariborz Jahanian
· 13 years ago
104dbf9
modern objective-c translator. Fixes a mis-translation when
by Fariborz Jahanian
· 13 years ago
acee1c9
modern objective-c translator. Fixes a translation bug when
by Fariborz Jahanian
· 13 years ago
88ec610
modern objective-c translation: writing container
by Fariborz Jahanian
· 13 years ago
f1ee687
objective-c modern translator: rewriting specific
by Fariborz Jahanian
· 13 years ago
f7ef931
more testing of objc's dictionary literal translation.
by Fariborz Jahanian
· 13 years ago
e35abe1
modern objective-c translation: support for
by Fariborz Jahanian
· 13 years ago
b0f245c
modern objective-c translator: translate array literal
by Fariborz Jahanian
· 13 years ago
b3f904f
modern objective-c translator: rewriter linkage spec. // rdar://11169733
by Fariborz Jahanian
· 13 years ago
0f9b18e
modern objective-c translator: writing numeric literals. // rdar://10803676
by Fariborz Jahanian
· 13 years ago
17c8caf
modern objc translator: additional test.
by Fariborz Jahanian
· 13 years ago
297976d
modern objective-c translator: fix up assortment of
by Fariborz Jahanian
· 13 years ago
5594704
modern objective-c translator: writing objc boolean literals. // rdar://11124775
by Fariborz Jahanian
· 13 years ago
e033578
objective-c modern translator: move all inithooks into a single array
by Fariborz Jahanian
· 13 years ago
3f162c3
Commit patch reverted in r153454 with the modified test
by Fariborz Jahanian
· 13 years ago
df474ec
modern objc translation of block literal expressions
by Fariborz Jahanian
· 13 years ago
d13c2c2
modern objc rewriter: until we can translate block literals
by Fariborz Jahanian
· 13 years ago
2df089d
modern objective-c rewriter: Fix up translation of
by Fariborz Jahanian
· 13 years ago
4b2fe6e
modern objective-c translator: add static function to initialize
by Fariborz Jahanian
· 13 years ago
a03e40c
modern objective-c translator: provide meta-data initialization
by Fariborz Jahanian
· 13 years ago
fd4ce2c
modern objective-c translator: couple of minor
by Fariborz Jahanian
· 13 years ago
7cb2a1b
objective-c modern translator: Refactor intername ivar names to
by Fariborz Jahanian
· 13 years ago
55261af
modern objective-c translator: fix type of objc_exception_throw
by Fariborz Jahanian
· 13 years ago
22e2f85
modern objective-c rewriter: further improvement in
by Fariborz Jahanian
· 13 years ago
542125f
modern objective-c translator: write @synchronized. // rdar://11063663
by Fariborz Jahanian
· 13 years ago
4053946
modern objective-c translator: writing @throw statement.
by Fariborz Jahanian
· 13 years ago
220419a
modern objective-c translation: writing @try/@catch/@finally statements.
by Fariborz Jahanian
· 13 years ago
b122818
modern objective-c translator: writing @try/@finally statement.
by Fariborz Jahanian
· 13 years ago
4c14881
modern objective-c translator: rewriting of @catch-stmt.
by Fariborz Jahanian
· 13 years ago
e6adea9
test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9".
by NAKAMURA Takumi
· 13 years ago
97c1fd6
objective-c modern rewriter. More fixes related to rewriting
by Fariborz Jahanian
· 13 years ago
9a2105b
objective-c modern translator. Don't ignore unnamed bitfields when rewriting.
by Fariborz Jahanian
· 13 years ago
15f8777
Modern objective-c translator. rewriting ivars of aggregate type.
by Fariborz Jahanian
· 13 years ago
33eb59a
test for writing modern ivar of struct type.
by Fariborz Jahanian
· 13 years ago
ca61bf3
more objective-c modern translator ivar tests.
by Fariborz Jahanian
· 13 years ago
0d6e22a
objc modern translator. Fixes writing of block pointer ivar access.
by Fariborz Jahanian
· 13 years ago
729d5c4
Add an ivar test for modern objc abi translator.
by Fariborz Jahanian
· 13 years ago
862d735
Make test works with FileCheck.
by Fariborz Jahanian
· 13 years ago
709296d
another test for modern ivar access rewrite.
by Fariborz Jahanian
· 13 years ago
12932a0
more tests for modern objc translator.
by Fariborz Jahanian
· 13 years ago
72c88f1
modern objc translator. more writing of modern ivar access abi.
by Fariborz Jahanian
· 13 years ago
5731778
modern objc translator: fixes a bug where a class declaration with not
by Fariborz Jahanian
· 13 years ago
e7b3fa7
objective-c modern translator. accessing ivars using modern abi - wip.
by Fariborz Jahanian
· 13 years ago
af30029
modern objc translator. Finish off first cut of the
by Fariborz Jahanian
· 13 years ago
9335df3
Fix the rewriter that broke with r149987.
by Argyrios Kyrtzidis
· 13 years ago
9e0393d
Also, these objc++ rewriter tests are meant to run in NeXt's fragile-abi mode.
by Fariborz Jahanian
· 13 years ago
dcc8e3f
These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi).
by Fariborz Jahanian
· 13 years ago
5faf5d3
Remove the "C" in "implicitly declaring C library function" diagnostic
by Jean-Daniel Dupas
· 13 years ago
712ef87
objective-c: Use class definition AST in several situations when
by Fariborz Jahanian
· 13 years ago
97bbab2
objc, objc rewriter. Fixes couple of bugs one
by Fariborz Jahanian
· 13 years ago
a1e797e
Fix the rewriter, rdar://10234024.
by Argyrios Kyrtzidis
· 13 years ago
3a448fb
objc rewriter - more fixes to support compiling the rewritten
by Fariborz Jahanian
· 13 years ago
8891480
objc rewriter - Add rewriter test for new instancetype
by Fariborz Jahanian
· 13 years ago
a5e2b23
Fix a rewriter bug caused by recent changes in objc's group decls.
by Fariborz Jahanian
· 13 years ago
95ed778
objective-c: Treat top-level objective-c declarations
by Fariborz Jahanian
· 13 years ago
1a38b46
objc rewriter: Fixes a rewriting of implicit casting of an integral
by Fariborz Jahanian
· 13 years ago
f23a0ff
objective-c rewrite: Fixes rewriting of objective-c collection
by Fariborz Jahanian
· 13 years ago
9d9e3dd
Test for // rdar://9846759
by Fariborz Jahanian
· 13 years ago
1d01531
Fixup more objc rwriter bug having to do with
by Fariborz Jahanian
· 14 years ago
3617809
Fixes a rewrting bug of a property-dot syntax expression inside
by Fariborz Jahanian
· 14 years ago
Next »