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
/
arc.mm
Age
Commit message (
Expand
)
Author
2013-04-11
Drop ObjCIndirectCopyRestoreExprs during template instantiation.
John McCall
2013-03-23
Under ARC, when we're passing the address of a strong variable
John McCall
2012-11-27
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-07-31
Don't crash *or* insert a bogus autorelease when emitting a
John McCall
2012-04-06
Fix a Sema invariant bug that I recently introduced involving
John McCall
2011-12-10
Make sure that we infer __strong, etc. when we instantiate variables
Douglas Gregor
2011-12-10
Use the right CHECK prefix so that we actually do this checking. Miraculously...
Douglas Gregor
2011-12-10
When we manage to re-use an expression during tree transformation (=
Douglas Gregor
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-07-27
Clean up the analysis of the collection operand to ObjC
John McCall
2011-07-07
In ARC, reclaim all return values of retainable type, not just those
John McCall
2011-07-06
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-06-16
Be sure to try a final ARC-production even in Objective-C++.
John McCall
2011-06-15
Automatic Reference Counting.
John McCall