index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenObjCXX
Age
Commit message (
Expand
)
Author
2010-07-24
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-16
When checking whether to bind an expression to a temporary, don't bind Obj-C ...
Anders Carlsson
2010-06-30
extern variable declared locally to objective-c++ method
Fariborz Jahanian
2010-06-24
Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.
Fariborz Jahanian
2010-06-21
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...
Anders Carlsson
2010-06-17
objective-C++ IRGen: property reference as an
Fariborz Jahanian
2010-06-17
Do not treat @selector as lvalue (unlike g++).
Fariborz Jahanian
2010-06-17
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-15
Moved objective-c++ code gen. tests to their own directory and
Fariborz Jahanian
2010-05-27
Objective-c++ IR gen.
Fariborz Jahanian
2010-05-25
Fix testsuite for blocks mangling change
Douglas Gregor
2010-05-20
Various small fixes for construction/destruction of Objective-C++
Douglas Gregor
2010-05-17
Teach the ObjC mangler to ignore member pointers just like gcc does.
John McCall
2010-05-15
Fix API gen for objc_msgSend property of aggregate types
Fariborz Jahanian
2010-05-10
Objective-C++ Code gen. Handle code gen. for property
Fariborz Jahanian
2010-05-07
Fixes a Code gen crash trying to use a dot-syntax for
Fariborz Jahanian
2010-05-07
Implement encoding of methods which have instantiated
Fariborz Jahanian
2010-05-06
Code Gen support for Getter/Setter synthesis of
Fariborz Jahanian
2010-05-04
Fixes a code gen. crash when ivar object has trivial constructor.
Fariborz Jahanian
2010-04-28
Support for construct/destruct of ivar array
Fariborz Jahanian
2010-04-13
Add encoding of reference types like gcc does for objc methods and
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Test uses the new clang.
Fariborz Jahanian
2009-12-10
Mangle static variables inside Objective-C methods in Objective-C++. We curre...
Anders Carlsson