Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleted module-map-checker, as it's been folded into modularize. | John Thompson | 2015-02-20 | 4 | -842/+0 |
| | | | | llvm-svn: 230014 | ||||
* | Fixed module-map-checker to recurse umbrella dirs when collecting headers. | John Thompson | 2015-02-10 | 1 | -2/+5 |
| | | | | llvm-svn: 228695 | ||||
* | Renamed module.map to module.modulemap. | John Thompson | 2015-02-10 | 2 | -27/+27 |
| | | | | llvm-svn: 228692 | ||||
* | Replace size call with empty call where appripriate in clang/tools/extra | Alexander Kornienko | 2015-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | This patch is the result of applying fixes of the ContainerSizeEmpty Clang-Tidy checker which was committed recently. http://reviews.llvm.org/D7085 Patch by Gábor Horváth! llvm-svn: 226817 | ||||
* | Update to match clang r223913. | Richard Smith | 2014-12-10 | 1 | -1/+14 |
| | | | | llvm-svn: 223914 | ||||
* | Update and simplify to match Clang r223095. | Richard Smith | 2014-12-02 | 1 | -14/+3 |
| | | | | llvm-svn: 223098 | ||||
* | Update for LLVM API change | David Blaikie | 2014-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 222304 | ||||
* | Fix Makefiles after r220867. | Daniel Jasper | 2014-10-29 | 1 | -2/+2 |
| | | | | llvm-svn: 220868 | ||||
* | Avoid having "using namespace" for both "clang" and "llvm" namespaces. | Alexey Samsonov | 2014-10-15 | 1 | -20/+19 |
| | | | | | | | This is fragile, as there are classes with the same name in both namespaces (e.g. llvm::Module and clang::Module). llvm-svn: 219855 | ||||
* | Unique_ptrify PPCallbacks ownership. Goes with clang r217474. | Craig Topper | 2014-09-10 | 1 | -1/+1 |
| | | | | llvm-svn: 217475 | ||||
* | Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324) | David Blaikie | 2014-08-10 | 1 | -3/+4 |
| | | | | | | | | After post-commit review and community discussion, this seems like a reasonable direction to continue, making ownership semantics explicit in the source using the type system. llvm-svn: 215324 | ||||
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -4/+3 |
| | | | | | | | | | This reverts commit r213308. Reverting to have some on-list discussion/confirmation about the ongoing direction of smart pointer usage in the LLVM project. llvm-svn: 213324 | ||||
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -3/+4 |
| | | | | llvm-svn: 213308 | ||||
* | Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. | NAKAMURA Takumi | 2014-07-15 | 1 | -2/+0 |
| | | | | | | I checked this with Release+Asserts on x86_64-mingw32. Please restore partially if this were overkill. llvm-svn: 213064 | ||||
* | [CMake] Update libdeps. | NAKAMURA Takumi | 2014-07-14 | 1 | -0/+4 |
| | | | | llvm-svn: 212920 | ||||
* | [CMake] Reorder libdeps by alphabetical order. | NAKAMURA Takumi | 2014-07-14 | 1 | -1/+1 |
| | | | | llvm-svn: 212919 | ||||
* | Track changes from clang r212387, r212388 | Alp Toker | 2014-07-06 | 2 | -3/+3 |
| | | | | llvm-svn: 212390 | ||||
* | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 2014-07-05 | 1 | -5/+5 |
| | | | | llvm-svn: 212367 | ||||
* | Prefix error_code with std. | Rafael Espindola | 2014-06-12 | 1 | -11/+10 |
| | | | | llvm-svn: 210840 | ||||
* | Quick build fix. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
| | | | | llvm-svn: 210838 | ||||
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| | | | | llvm-svn: 210776 | ||||
* | Use generic_category from the std namespace. | Rafael Espindola | 2014-06-12 | 1 | -5/+5 |
| | | | | llvm-svn: 210735 | ||||
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-09 | 1 | -1/+1 |
| | | | | llvm-svn: 210447 | ||||
* | [C++11] Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-09 | 2 | -6/+6 |
| | | | | | | | | This removes all references to OwningPtr, which should be fairly undisruptive to out-of-tree projects since they are unlikely to use clang-tools-extra as a library instead of a set of tools. llvm-svn: 203382 | ||||
* | [CMake] module-map-checker itself should depend just on LLVMSupport. | NAKAMURA Takumi | 2014-01-13 | 1 | -4/+1 |
| | | | | llvm-svn: 199072 | ||||
* | Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| | | | | | | | | | | always produce as pretty of results as it does in LLVM and Clang, but I don't mind and the value of having a single canonical ordering is very high IMO. Let me know if you spot really serious problems here. llvm-svn: 198703 | ||||
* | Initial checkin of new module-map-checker tool. | John Thompson | 2014-01-07 | 4 | -0/+838 |
llvm-svn: 198693 |