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
/
Driver
/
rewrite-objc.m
Age
Commit message (
Expand
)
Author
2012-11-15
block extended signatur option. Change previous option
Fariborz Jahanian
2012-10-31
Remove the -ccc-no-clang option.
Rafael Espindola
2012-09-28
Modern objcective-C translator. When doing rewriting, Do not
Fariborz Jahanian
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-04-04
modern objc translator. Add more
Fariborz Jahanian
2012-04-02
Use -rewrite-legacy-objc as clang argument for translating
Fariborz Jahanian
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-01-31
Fix more fallout from the introduction of "macosx" and "ios" triples.
Bob Wilson
2012-01-24
Make driver tests more resilient to output trees containing symlinks --
Chandler Carruth
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
rename -ccc-host-triple into -target
Sebastian Pop
2011-12-06
Fix test for unrelated changes.
Nick Lewycky
2011-10-14
Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.
Bob Wilson
2011-10-12
The Objective-C rewriter uses the fragile ABI, always.
Douglas Gregor
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-06-14
Introduce a -cc1-level option to turn off related result type
Douglas Gregor
2011-06-13
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
Douglas Gregor
2011-06-11
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-02-22
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...
Anders Carlsson
2010-07-19
Driver: Make -fnext-runtime the default when rewriting Objective-C.
Daniel Dunbar
2010-02-11
Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.
Daniel Dunbar