index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ARCMigrate
/
Internals.h
Age
Commit message (
Expand
)
Author
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-01-04
[arcmt] Adds brackets in case statements that "contain" initialization of ret...
Argyrios Kyrtzidis
2012-10-23
Use a .def file for most of the diagnostic options.
Douglas Gregor
2012-06-01
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-01-26
arc migrator: Added an option to the migrator
Fariborz Jahanian
2012-01-25
arc migrator: Provide infrastructure to add options
Fariborz Jahanian
2011-11-04
[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.
Argyrios Kyrtzidis
2011-10-20
Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...
Ted Kremenek
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-07-23
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
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-18
[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
Argyrios Kyrtzidis
2011-06-18
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...
Argyrios Kyrtzidis
2011-06-18
[arcmt] Const'ify.
Argyrios Kyrtzidis
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall