| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove unused c'tor. | Bill Wendling | 2018-11-09 | 1 | -2/+0 |
| * | NFC: Enforce good formatting across multiple clang-tools-extra files | Kirill Bobyrev | 2018-08-14 | 1 | -3/+3 |
| * | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -3/+3 |
| * | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -10/+5 |
| * | Fixed some cases in the modularize assistant mode where header file names did... | John Thompson | 2016-03-21 | 1 | -1/+14 |
| * | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -1/+1 |
| * | 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 |