Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added mechanism to modularize for doing a compilation precheck | John Thompson | 2015-07-10 | 1 | -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 Thompson | 2015-06-04 | 1 | -0/+19 |
| | | | | llvm-svn: 239122 | ||||
* | Update to match clang r237508. | Richard Smith | 2015-05-16 | 1 | -2/+2 |
| | | | | llvm-svn: 237509 | ||||
* | Make helpers static. clang-tools edition. | Benjamin Kramer | 2015-03-23 | 1 | -1/+3 |
| | | | | | | Also purge dead code found by it. NFC. llvm-svn: 232948 | ||||
* | Renamed function to avoid confusion about purpose. | John Thompson | 2015-03-06 | 1 | -3/+5 |
| | | | | llvm-svn: 231440 | ||||
* | Fixed canonical path function. | John Thompson | 2015-02-26 | 1 | -1/+19 |
| | | | | llvm-svn: 230665 | ||||
* | Remove carriage returns. | Nick Lewycky | 2015-02-20 | 1 | -5/+5 |
| | | | | llvm-svn: 229975 | ||||
* | Added module map coverage support, extracted from module-map-checker. | John Thompson | 2015-02-19 | 1 | -2/+47 |
| | | | | llvm-svn: 229869 | ||||
* | Pruned some unneeded code and comments. | John Thompson | 2015-02-19 | 1 | -4/+2 |
| | | | | llvm-svn: 229855 | ||||
* | Added support for extracting headers from module maps as a source for the ↵ | John Thompson | 2015-02-18 | 1 | -6/+209 |
| | | | | | | header list. llvm-svn: 229692 | ||||
* | Add canonical path conversion function and use it so paths are consistent. | John Thompson | 2015-02-17 | 1 | -1/+16 |
| | | | | llvm-svn: 229540 | ||||
* | Moved header list loading to new class. This is staging for adding module ↵ | John Thompson | 2015-02-13 | 1 | -0/+124 |
map loading and checking support. llvm-svn: 229108 |