Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
ARCMigrate
/
FileRemapper.cpp
b23ccec
Misc typos fixes in ./lib folder
by Raphael Isemann
· 7 years ago
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
f76f650
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
203e923
Fix a small bug in clang where generating some temporary files would have an extra period before the extension.
by Argyrios Kyrtzidis
· 10 years ago
611505f
Use the simpler version of llvm::sys::fs::exists.
by Rafael Espindola
· 11 years ago
dae941a
Update for llvm api change.
by Rafael Espindola
· 11 years ago
1a1b156
Use std::unique_ptr in a few methods that take ownership.
by Rafael Espindola
· 11 years ago
2d2b420
Update for llvm api change.
by Rafael Espindola
· 11 years ago
37da619
Remove leftovers of '-arcmt-modify-in-memory' from r133315
by Alp Toker
· 11 years ago
3ae0620
There is no std::errc:success, remove the llvm one.
by Rafael Espindola
· 11 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
4fbd373
Update for llvm api change.
by Rafael Espindola
· 12 years ago
30b8bf7
Use simpler version of fs::create_directory.
by Rafael Espindola
· 12 years ago
29cb66b
Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
by Alp Toker
· 12 years ago
2a00878
Use the simpler version of llvm::sys::fs::remove when possible.
by Rafael Espindola
· 12 years ago
884bee8
[arcmt] Remove some dead code.
by Argyrios Kyrtzidis
· 12 years ago
16125fb
Update for llvm API change.
by Rafael Espindola
· 12 years ago
a36e78e
Use llvm::sys::fs::createTemporaryFile.
by Rafael Espindola
· 12 years ago
33d4330
Modernize some low-hanging PathV1 uses.
by Benjamin Kramer
· 12 years ago
be51388
Include PathV1.h in files that use it.
by Rafael Espindola
· 12 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
e81699d
Move PreprocessorOptions into the Lex library, and make it intrusively
by Douglas Gregor
· 13 years ago
dabed22
Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized.
by David Blaikie
· 13 years ago
e894e09
Simplify some users of DenseMap::erase.
by Benjamin Kramer
· 14 years ago
f7639e1
Add new code migrator support for migrating existing Objective-C code to use
by Ted Kremenek
· 14 years ago
2c1dd27
Basic: import SmallString<> into clang namespace
by Dylan Noblesmith
· 14 years ago
e277899
Basic: import OwningPtr<> into clang namespace
by Dylan Noblesmith
· 14 years ago
65e025c
Remove unused variables.
by Rafael Espindola
· 14 years ago
9c902b5
Rename Diagnostic to DiagnosticsEngine as per issue 5397
by David Blaikie
· 14 years ago
79cfba1
Twinify.
by Benjamin Kramer
· 14 years ago
5be7a1c
Try to unbreak the build on systems where uint64_t isn't something that StringRef::getAsInteger can handle as its second argument
by Douglas Gregor
· 14 years ago
1045430
[arcmt] Add a test case for r138671 and improve the loop.
by Argyrios Kyrtzidis
· 14 years ago
3da6bc1
[arcmt] Fix horrible bug where migrating files if there is a space in the paths
by Argyrios Kyrtzidis
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
3a1e336
[arcmt] Remove redundant has_error() check.
by Argyrios Kyrtzidis
· 14 years ago
0371ece
[arcmt] Try fixing test/ARCMT/migrate.m for windows hosts.
by Argyrios Kyrtzidis
· 14 years ago
7fbd97f
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
by Argyrios Kyrtzidis
· 14 years ago
d70fb98
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this.
by John McCall
· 14 years ago