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
/
TransformActions.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-07-04
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-01-25
arc migrator: Provide infrastructure to add options
Fariborz Jahanian
2011-11-04
[arcmt] In GC, error out when there is a call that returns a pointer to
Argyrios Kyrtzidis
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-19
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-07-25
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
Argyrios Kyrtzidis
2011-07-15
Switch comments about 'macro instantiation' to 'macro expansion' in
Chandler Carruth
2011-07-14
Convert terminology in the Lexer from 'instantiate' and variants to
Chandler Carruth
2011-07-07
Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...
Argyrios Kyrtzidis
2011-07-07
In ARC, reclaim all return values of retainable type, not just those
John McCall
2011-07-07
Make the Preprocessor more memory efficient and improve macro instantiation d...
Argyrios Kyrtzidis
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall