llvm-project/clang-tools-extra/test/modularize
John Thompson 4018c62428 Added mechanism to modularize for doing a compilation precheck
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
2015-07-10 00:37:25 +00:00
..
Inputs Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
NoProblems.modularize Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
NoProblemsAnonymous.modularize Fixed some issues that resulted in erroneous duplicate symbol error messages. 2013-08-26 15:17:23 +00:00
NoProblemsAssistant.modularize Added module map generation option. 2013-10-15 13:52:33 +00:00
NoProblemsCoverage.modularize Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
NoProblemsDependencies.modularize modularize - Fix of header dependencies. 2013-09-04 20:45:43 +00:00
NoProblemsGuard.modularize Fixed incorrect header guard/nested header mechanism. 2013-08-07 18:49:47 +00:00
NoProblemsList.modularize clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test. 2015-02-13 00:28:21 +00:00
NoProblemsNamespace.modularize Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks. 2015-02-11 16:58:36 +00:00
NoProblemsNamespaceClasses.modularize Fixed some issues that resulted in erroneous duplicate symbol error messages. 2013-08-26 15:17:23 +00:00
NoProblemsNestedMacro.modularize Fix false error message for function-style macro instance used as arguments in other function-style macros instances, and add test for it. 2013-08-09 00:22:20 +00:00
NoProblemsTemplateClasses.modularize Fixed some issues that resulted in erroneous duplicate symbol error messages. 2013-08-26 15:17:23 +00:00
ProblemsCompileError.modularize Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ProblemsCoverage.modularize Added module map coverage support, extracted from module-map-checker. 2015-02-19 16:47:27 +00:00
ProblemsDisplayLists.modularize Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ProblemsDuplicate.modularize Added support for extracting headers from module maps as a source for the header list. 2015-02-18 16:14:32 +00:00
ProblemsExternC.modularize Added colon to make proper error message prefix. 2013-09-20 14:44:20 +00:00
ProblemsInconsistent.modularize Fixed checkin of wrong old files. Hopefully this is the end of the test failure. 2013-07-27 02:06:36 +00:00
ProblemsMissingHeader.modularize Fixed modularize to warn about missing headers referenced in a module map. 2015-06-04 23:35:19 +00:00
ProblemsNamespace.modularize Added colon to make proper error message prefix. 2013-09-20 14:44:20 +00:00
SubModule2.h Added module map generation option. 2013-10-15 13:52:33 +00:00