summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/CoverageChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-2/+3
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+2
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-2/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+2
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+2
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-2/+2
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-6/+8
* Fix memory leak by using unique_ptrDavid Blaikie2017-02-111-5/+5
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-3/+2
* There were problems if a relative path is used for an include path, the path ...John Thompson2015-12-101-2/+2
* Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2015-12-041-1/+7
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-041-5/+5
* Update to match clang r237508.Richard Smith2015-05-161-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-6/+6
* Refactor: Simplify boolean expression in modularizeDavid Blaikie2015-03-231-1/+1
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-191-0/+415
OpenPOWER on IntegriCloud