summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/module-map-checker
Commit message (Expand)AuthorAgeFilesLines
* Deleted module-map-checker, as it's been folded into modularize.John Thompson2015-02-204-842/+0
* Fixed module-map-checker to recurse umbrella dirs when collecting headers.John Thompson2015-02-101-2/+5
* Renamed module.map to module.modulemap.John Thompson2015-02-102-27/+27
* Replace size call with empty call where appripriate in clang/tools/extraAlexander Kornienko2015-01-221-1/+1
* Update to match clang r223913.Richard Smith2014-12-101-1/+14
* Update and simplify to match Clang r223095.Richard Smith2014-12-021-14/+3
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* Fix Makefiles after r220867.Daniel Jasper2014-10-291-2/+2
* Avoid having "using namespace" for both "clang" and "llvm" namespaces.Alexey Samsonov2014-10-151-20/+19
* Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper2014-09-101-1/+1
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-3/+4
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+4
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-2/+0
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+4
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-1/+1
* Track changes from clang r212387, r212388Alp Toker2014-07-062-3/+3
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-5/+5
* Prefix error_code with std.Rafael Espindola2014-06-121-11/+10
* Quick build fix.Rafael Espindola2014-06-121-0/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Use generic_category from the std namespace.Rafael Espindola2014-06-121-5/+5
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-1/+1
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-092-6/+6
* [CMake] module-map-checker itself should depend just on LLVMSupport.NAKAMURA Takumi2014-01-131-4/+1
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-1/+1
* Initial checkin of new module-map-checker tool.John Thompson2014-01-074-0/+838
OpenPOWER on IntegriCloud