Rafael Espindola
|
97b51af3b9
Update for llvm api change.
|
11 年 前 |
Rafael Espindola
|
e4b06e92e5
Use std::unique_ptr in a few methods that take ownership.
|
11 年 前 |
Rafael Espindola
|
860df574e7
Update for llvm api change.
|
11 年 前 |
Alp Toker
|
f8dfddaaa5
Remove leftovers of '-arcmt-modify-in-memory' from r133315
|
11 年 前 |
Rafael Espindola
|
a7025137ce
There is no std::errc:success, remove the llvm one.
|
11 年 前 |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 年 前 |
Rafael Espindola
|
2018c6b469
Update for llvm api change.
|
11 年 前 |
Rafael Espindola
|
10a3be3af9
Use simpler version of fs::create_directory.
|
11 年 前 |
Alp Toker
|
a2474459be
Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
|
11 年 前 |
Rafael Espindola
|
ce314dc250
Use the simpler version of llvm::sys::fs::remove when possible.
|
11 年 前 |
Argyrios Kyrtzidis
|
ad3c2b5faa
[arcmt] Remove some dead code.
|
12 年 前 |
Rafael Espindola
|
d965f95daa
Update for llvm API change.
|
12 年 前 |
Rafael Espindola
|
1ec4a86a86
Use llvm::sys::fs::createTemporaryFile.
|
12 年 前 |
Benjamin Kramer
|
0b214905f7
Modernize some low-hanging PathV1 uses.
|
12 年 前 |
Rafael Espindola
|
34392373fe
Include PathV1.h in files that use it.
|
12 年 前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年 前 |
Douglas Gregor
|
14e71f0413
Move PreprocessorOptions into the Lex library, and make it intrusively
|
13 年 前 |
David Blaikie
|
95109d2eb6
Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized.
|
13 年 前 |
Benjamin Kramer
|
7e42392eb2
Simplify some users of DenseMap::erase.
|
13 年 前 |
Ted Kremenek
|
30660a8985
Add new code migrator support for migrating existing Objective-C code to use
|
13 年 前 |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 年 前 |
Dylan Noblesmith
|
6f42b62b61
Basic: import OwningPtr<> into clang namespace
|
13 年 前 |
Rafael Espindola
|
8d2a701734
Remove unused variables.
|
13 年 前 |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 年 前 |
Benjamin Kramer
|
6748ae15b3
Twinify.
|
14 年 前 |
Douglas Gregor
|
484e2b1956
Try to unbreak the build on systems where uint64_t isn't something that StringRef::getAsInteger can handle as its second argument
|
14 年 前 |
Argyrios Kyrtzidis
|
d37c67b8f2
[arcmt] Add a test case for r138671 and improve the loop.
|
14 年 前 |
Argyrios Kyrtzidis
|
56773de654
[arcmt] Fix horrible bug where migrating files if there is a space in the paths
|
14 年 前 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 年 前 |
Argyrios Kyrtzidis
|
55a8a8db2d
[arcmt] Remove redundant has_error() check.
|
14 年 前 |