Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added mechanism to modularize for doing a compilation precheck | John Thompson | 2015-07-10 | 1 | -10/+28 |
* | Renamed module.map to module.modulemap (modularize). | John Thompson | 2015-02-10 | 1 | -2/+2 |
* | Replace size call with empty call where appripriate in clang/tools/extra | Alexander Kornienko | 2015-01-22 | 1 | -1/+1 |
* | Update for LLVM api change | Rafael Espindola | 2014-08-25 | 1 | -5/+5 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-09 | 1 | -5/+5 |
* | [C++11] Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-09 | 1 | -2/+1 |
* | Update for llvm api change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Update for llvm api change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Fix typo | Alp Toker | 2014-01-09 | 1 | -1/+1 |
* | clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz... | NAKAMURA Takumi | 2013-10-16 | 1 | -2/+6 |
* | ModuleAssistant: Fix warning, don't return bool as a pointer. | Will Dietz | 2013-10-15 | 1 | -1/+1 |
* | Added module map generation option. | John Thompson | 2013-10-15 | 1 | -0/+287 |