index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
ObjCRuntime.h
Age
Commit message (
Expand
)
Author
2012-12-17
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-10-15
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-09-29
Add Clang support for iOS6.
Bob Wilson
2012-08-21
Screw around with ObjCRuntime some more, changing the
John McCall
2012-07-31
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-12
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-04
Hoist the logic for selecting the Objective-C dispatch method into the runtime
David Chisnall
2012-07-04
A few more cleanups for the GNU family of ObjC runtimes.
David Chisnall
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-02
Documentation cleanup:
James Dennett
2012-07-02
Documentation cleanup: reformatting/fixing up file comments so that they have
James Dennett
2012-06-20
Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriate
John McCall
2012-06-20
Restructure how the driver communicates information about the
John McCall