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
/
CodeGenObjC
/
ivar-layout-64.m
Age
Commit message (
Expand
)
Author
2012-11-06
Fix a silly mistake in r167437.
Eli Friedman
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2010-05-19
More tests for ObjC++ GC support.
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Tests use the new clang.
Fariborz Jahanian
2009-11-17
Add some -triples I was a little too liberal in removing.
Daniel Dunbar
2009-11-17
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-05-04
Adding more test to ivar-layout-64.m.
Fariborz Jahanian
2009-05-04
Don't allow clients to traverse into superclass synthesized properties
Daniel Dunbar
2009-05-03
Use the implementation decl for looking up offset while building the
Daniel Dunbar
2009-05-03
Rename test case
Daniel Dunbar
2009-04-22
Reapply r69771, with updates & fixes:
Daniel Dunbar
2009-04-22
Revert r69771, I missed some (obvious) details. :/
Daniel Dunbar
2009-04-22
Rework the shadow struct that is layed out for Objective-C classes.
Daniel Dunbar