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
/
ARCMigrate
Age
Commit message (
Expand
)
Author
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-10-23
Use a .def file for most of the diagnostic options.
Douglas Gregor
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-26
objc-arc: introduce -no-finalize-removal which in gc mode,
Fariborz Jahanian
2012-01-20
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2011-11-04
[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.
Argyrios Kyrtzidis
2011-09-25
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-27
Twinify.
Benjamin Kramer
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-19
[arcmt] Add some additional driver flags to optionally emit or save the pre-m...
Argyrios Kyrtzidis
2011-07-09
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
Argyrios Kyrtzidis
2011-06-18
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...
Argyrios Kyrtzidis
2011-06-17
[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...
Argyrios Kyrtzidis
2011-06-16
Raise the ARCMT functionality in Clang into proper FrontendActions.
Chandler Carruth
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall