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
/
FileRemapper.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-10-24
Move PreprocessorOptions into the Lex library, and make it intrusively
Douglas Gregor
2012-05-01
Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized.
David Blaikie
2012-03-24
Simplify some users of DenseMap::erase.
Benjamin Kramer
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-12-25
Remove unused variables.
Rafael Espindola
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-27
Twinify.
Benjamin Kramer
2011-08-26
Try to unbreak the build on systems where uint64_t isn't something that Strin...
Douglas Gregor
2011-08-26
[arcmt] Add a test case for r138671 and improve the loop.
Argyrios Kyrtzidis
2011-08-26
[arcmt] Fix horrible bug where migrating files if there is a space in the paths
Argyrios Kyrtzidis
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-10
[arcmt] Remove redundant has_error() check.
Argyrios Kyrtzidis
2011-07-10
[arcmt] Try fixing test/ARCMT/migrate.m for windows hosts.
Argyrios Kyrtzidis
2011-07-09
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
Argyrios Kyrtzidis
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall