| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang-tools-extra] Adopt FileManager's error-returning APIs | Harlan Haskins | 2019-08-01 | 1 | -5/+10 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil... | Peter Collingbourne | 2017-10-10 | 1 | -3/+4 |
| * | Fix memory leak by using unique_ptr | David Blaikie | 2017-02-11 | 1 | -2/+3 |
| * | Fixes for Clang API change | David Blaikie | 2017-01-06 | 1 | -19/+16 |
| * | Deleted unused typedef | Piotr Padlewski | 2016-12-14 | 1 | -1/+0 |
| * | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -4/+3 |
| * | Add qualifiers that are about to be necessary. NFC | Paul Robinson | 2016-02-05 | 1 | -2/+2 |
| * | Added coverage check for extensionless headers, and exclude hidden dot direct... | John Thompson | 2015-12-04 | 1 | -1/+1 |
| * | Backing out 254635 until I have a good workaround and test case. | John Thompson | 2015-12-04 | 1 | -1/+1 |
| * | Fixed header determination logic. Was missing extensionless headers in covera... | John Thompson | 2015-12-03 | 1 | -1/+1 |
| * | Added mechanism to modularize for doing a compilation precheck | John Thompson | 2015-07-10 | 1 | -20/+143 |
| * | Fixed modularize to warn about missing headers referenced in a module map. | John Thompson | 2015-06-04 | 1 | -0/+19 |
| * | Update to match clang r237508. | Richard Smith | 2015-05-16 | 1 | -2/+2 |
| * | Make helpers static. clang-tools edition. | Benjamin Kramer | 2015-03-23 | 1 | -1/+3 |
| * | Renamed function to avoid confusion about purpose. | John Thompson | 2015-03-06 | 1 | -3/+5 |
| * | Fixed canonical path function. | John Thompson | 2015-02-26 | 1 | -1/+19 |
| * | Remove carriage returns. | Nick Lewycky | 2015-02-20 | 1 | -5/+5 |
| * | Added module map coverage support, extracted from module-map-checker. | John Thompson | 2015-02-19 | 1 | -2/+47 |
| * | Pruned some unneeded code and comments. | John Thompson | 2015-02-19 | 1 | -4/+2 |
| * | Added support for extracting headers from module maps as a source for the hea... | John Thompson | 2015-02-18 | 1 | -6/+209 |
| * | Add canonical path conversion function and use it so paths are consistent. | John Thompson | 2015-02-17 | 1 | -1/+16 |
| * | Moved header list loading to new class. This is staging for adding module map... | John Thompson | 2015-02-13 | 1 | -0/+124 |