summaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize/ModularizeUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Make access to submodules via `iterator_range`Stoorx2023-04-241-3/+2
* [clang-tools-extra] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö2021-06-251-2/+2
* Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef"Nico Weber2020-12-141-6/+6
* Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRefDuncan P. N. Exon Smith2020-12-141-6/+6
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-4/+4
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-011-5/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-3/+4
* Fix memory leak by using unique_ptrDavid Blaikie2017-02-111-2/+3
* Fixes for Clang API changeDavid Blaikie2017-01-061-19/+16
* Deleted unused typedefPiotr Padlewski2016-12-141-1/+0
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-4/+3
* Add qualifiers that are about to be necessary. NFCPaul Robinson2016-02-051-2/+2
* Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2015-12-041-1/+1
* Backing out 254635 until I have a good workaround and test case.John Thompson2015-12-041-1/+1
* Fixed header determination logic. Was missing extensionless headers in covera...John Thompson2015-12-031-1/+1
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-101-20/+143
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-041-0/+19
* Update to match clang r237508.Richard Smith2015-05-161-2/+2
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-1/+3
* Renamed function to avoid confusion about purpose.John Thompson2015-03-061-3/+5
* Fixed canonical path function.John Thompson2015-02-261-1/+19
* Remove carriage returns.Nick Lewycky2015-02-201-5/+5
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-191-2/+47
* Pruned some unneeded code and comments.John Thompson2015-02-191-4/+2
* Added support for extracting headers from module maps as a source for the hea...John Thompson2015-02-181-6/+209
* Add canonical path conversion function and use it so paths are consistent.John Thompson2015-02-171-1/+16
* Moved header list loading to new class. This is staging for adding module map...John Thompson2015-02-131-0/+124