summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/CoverageChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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