summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/CompileError
Commit message (Collapse)AuthorAgeFilesLines
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-103-0/+13
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
OpenPOWER on IntegriCloud