| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 2 | -2/+2 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 2 | -2/+2 |
* | Avoid using set::emplace as it is apparently not supported by gcc 4.7. | Daniel Jasper | 2015-06-16 | 1 | -2/+2 |
* | Tooling: When applying a set of replacements, do deletions before | Daniel Jasper | 2015-06-16 | 1 | -0/+13 |
* | Allow replacements created from token ranges to specify language options. | Manuel Klimek | 2015-06-03 | 1 | -0/+25 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 5 | -30/+28 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -3/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -2/+3 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -3/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -2/+3 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -3/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+3 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -3/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+3 |
* | Make ArgumentsAdjuster an std::function. | Alexander Kornienko | 2014-12-03 | 1 | -22/+11 |
* | Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. | David Blaikie | 2014-11-19 | 2 | -2/+4 |
* | [CMake] Add dependencies on clangToolingCore. | NAKAMURA Takumi | 2014-10-30 | 1 | -0/+1 |
* | Refactor libTooling to reduce required dependencies. | Daniel Jasper | 2014-10-29 | 1 | -1/+2 |
* | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 2 | -6/+4 |
* | Fix initializing TypeOfTypeLoc | Olivier Goffart | 2014-10-24 | 1 | -0/+11 |
* | Separated RecursiveASTVisitorTest into multiple files. | Manuel Klimek | 2014-10-09 | 7 | -514/+585 |
* | Adds 'override' to overriding methods. NFC. | Fariborz Jahanian | 2014-10-01 | 1 | -1/+1 |
* | Tooling: Ignore file names in tooling::deduplicate. | Benjamin Kramer | 2014-09-09 | 1 | -2/+6 |
* | Overload SourceManager::overrideFileContents so that unconditionally passing ... | David Blaikie | 2014-08-27 | 1 | -1/+1 |
* | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -2/+3 |
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 2 | -4/+4 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 3 | -28/+35 |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 3 | -35/+28 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 3 | -28/+35 |
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 2 | -2/+2 |
* | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 2014-07-05 | 1 | -2/+2 |
* | Remove 'const' from MemoryBuffers used through the SourceManager | David Blaikie | 2014-06-27 | 1 | -2/+1 |
* | Make test from r211758 portable | Alp Toker | 2014-06-26 | 1 | -0/+1 |
* | RAV: visit copy expressions of captured variables in blocks (ObjC++11) | Alp Toker | 2014-06-26 | 2 | -1/+22 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 2 | -5/+3 |
* | [C++11] Use 'nullptr'. Unittests edition. | Craig Topper | 2014-06-08 | 5 | -12/+12 |
* | Fix RecursiveASTVisitor to visit types in ObjCPropertyDecl | Alp Toker | 2014-06-06 | 2 | -1/+11 |
* | Remove the last remaining llvm/Config/config.h includes | Alp Toker | 2014-06-04 | 1 | -1/+1 |
* | [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere. | Richard Smith | 2014-05-19 | 1 | -3/+4 |
* | Push unique_ptr ownership of ASTUnits further back into their factories. | David Blaikie | 2014-04-25 | 1 | -2/+2 |
* | Improve ownership of ASTUnits in libTooling by using std::unique_ptr. | David Blaikie | 2014-04-25 | 1 | -5/+2 |
* | fix a test-only leak found by lsan, PR19521 | Kostya Serebryany | 2014-04-25 | 1 | -0/+1 |
* | Fix two leaks found by LSan (one is test-only). | Nico Weber | 2014-04-24 | 1 | -1/+1 |
* | Fix two test-only leaks found by LSan. | Nico Weber | 2014-04-24 | 2 | -2/+6 |
* | Fix four more test-only leaks found by LSan. | Nico Weber | 2014-04-24 | 1 | -4/+11 |
* | Check for LLVM_ON_WIN32 instead of _WIN32. | Hans Wennborg | 2014-03-12 | 1 | -2/+3 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 3 | -15/+15 |
* | Replace OwningPtr::isValid() with conversion to bool. | Ahmed Charles | 2014-03-07 | 1 | -4/+4 |
* | MSVC 2012 doesn't support std::initializer_list at all, so don't rely on | Peter Collingbourne | 2014-03-03 | 1 | -2/+6 |
* | MSVC cannot understand temporaries formed from initializer lists. | Peter Collingbourne | 2014-03-03 | 1 | -3/+3 |