Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d342bf7fdb5a16fe73e46a8c995ad89cf79a7bad
/
test
/
CodeGenObjCXX
68dd3ee
Various small fixes for construction/destruction of Objective-C++
by Douglas Gregor
· 14 years ago
532ec7b
Teach the ObjC mangler to ignore member pointers just like gcc does.
by John McCall
· 14 years ago
0ca0b1f
Fix API gen for objc_msgSend property of aggregate types
by Fariborz Jahanian
· 14 years ago
b3ebe94
Objective-C++ Code gen. Handle code gen. for property
by Fariborz Jahanian
· 14 years ago
bbb5224
Fixes a Code gen crash trying to use a dot-syntax for
by Fariborz Jahanian
· 15 years ago
6fb9439
Implement encoding of methods which have instantiated template arguments.
by Fariborz Jahanian
· 15 years ago
97a73cd
Code Gen support for Getter/Setter synthesis of
by Fariborz Jahanian
· 15 years ago
8b688ed
Fixes a code gen. crash when ivar object has trivial constructor.
by Fariborz Jahanian
· 15 years ago
9b4d4fc
Support for construct/destruct of ivar array
by Fariborz Jahanian
· 15 years ago
aa1d761
Add encoding of reference types like gcc does for objc methods and
by Fariborz Jahanian
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
9e754be
Test uses the new clang.
by Fariborz Jahanian
· 15 years ago
7b06f6c
Mangle static variables inside Objective-C methods in Objective-C++. We currently mangle them the same way as gcc does.
by Anders Carlsson
· 15 years ago