summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/ModularizeUtilities.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add qualifiers that are about to be necessary. NFCPaul Robinson2016-02-051-2/+2
| | | | llvm-svn: 259949
* Added coverage check for extensionless headers, and exclude hidden dot ↵John Thompson2015-12-041-1/+1
| | | | | | directoryies. llvm-svn: 254785
* Backing out 254635 until I have a good workaround and test case.John Thompson2015-12-041-1/+1
| | | | llvm-svn: 254756
* Fixed header determination logic. Was missing extensionless headers in ↵John Thompson2015-12-031-1/+1
| | | | | | coverage check. llvm-svn: 254635
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-101-20/+143
| | | | | | | | | | | | to determine files that have comnpilation or dependency problems. A new -display-file-lists option use this to display lists of good files (no compile errors), problem files, and a combined list with problem files preceded by a '#'. The problem files list can be used in the module map generation assistant mode to exclude problem files. The combined files list can be used during module map development. See added docs. llvm-svn: 241880
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-041-0/+19
| | | | llvm-svn: 239122
* Update to match clang r237508.Richard Smith2015-05-161-2/+2
| | | | llvm-svn: 237509
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-1/+3
| | | | | | Also purge dead code found by it. NFC. llvm-svn: 232948
* Renamed function to avoid confusion about purpose.John Thompson2015-03-061-3/+5
| | | | llvm-svn: 231440
* Fixed canonical path function.John Thompson2015-02-261-1/+19
| | | | llvm-svn: 230665
* Remove carriage returns.Nick Lewycky2015-02-201-5/+5
| | | | llvm-svn: 229975
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-191-2/+47
| | | | llvm-svn: 229869
* Pruned some unneeded code and comments.John Thompson2015-02-191-4/+2
| | | | llvm-svn: 229855
* Added support for extracting headers from module maps as a source for the ↵John Thompson2015-02-181-6/+209
| | | | | | header list. llvm-svn: 229692
* Add canonical path conversion function and use it so paths are consistent.John Thompson2015-02-171-1/+16
| | | | llvm-svn: 229540
* Moved header list loading to new class. This is staging for adding module ↵John Thompson2015-02-131-0/+124
map loading and checking support. llvm-svn: 229108
OpenPOWER on IntegriCloud