llvm-project/clang-tools-extra/test/modularize/Inputs
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
..
CompileError Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
CoverageNoProblems Fixed line-endings. 2015-07-08 22:00:56 +00:00
CoverageProblems Fixed line-endings. 2015-07-08 22:00:56 +00:00
MissingHeader Fixed modularize to warn about missing headers referenced in a module map. 2015-06-04 23:35:19 +00:00
SubModule1 Added module map generation option. 2013-10-15 13:52:33 +00:00
SubModule2 Added module map generation option. 2013-10-15 13:52:33 +00:00
Anonymous.h Fixed some issues that resulted in erroneous duplicate symbol error messages. 2013-08-26 15:17:23 +00:00
DuplicateHeader1.h
DuplicateHeader2.h
Empty.h Check for #include in extern and namespace blocks. 2013-09-18 18:19:43 +00:00
HeaderGuard.h Fixed incorrect header guard/nested header mechanism. 2013-08-07 18:49:47 +00:00
HeaderGuardSub1.h Enhanced test for header guards. 2013-08-13 18:26:40 +00:00
HeaderGuardSub2.h Enhanced test for header guards. 2013-08-13 18:26:40 +00:00
HeaderGuardSubSub.h Add test for header guard work-around. 2013-08-06 00:17:40 +00:00
HeaderGuardSubSubDefined.h Enhanced test for header guards. 2013-08-13 18:26:40 +00:00
IncludeInExtern.h Check for #include in extern and namespace blocks. 2013-09-18 18:19:43 +00:00
IncludeInNamespace.h Check for #include in extern and namespace blocks. 2013-09-18 18:19:43 +00:00
InconsistentHeader1.h
InconsistentHeader2.h
InconsistentSubHeader.h Undo r189834 - broke test. 2013-09-03 18:38:32 +00:00
IsDependent.h modularize - Fix of header dependencies. 2013-09-04 20:45:43 +00:00
NamespaceClasses.h Undo r189834 - broke test. 2013-09-03 18:38:32 +00:00
NestedMacro.h 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
NoProblems.modulemap Fixed missing checkins. 2015-02-18 17:08:00 +00:00
ProblemsDuplicate.modulemap Fixed missing checkins. 2015-02-18 17:08:00 +00:00
SomeDecls.h Undo r189834 - broke test. 2013-09-03 18:38:32 +00:00
SomeOtherTypes.h modularize - Fix of header dependencies. 2013-09-04 20:45:43 +00:00
SomeTypes.h Fixed some issues that resulted in erroneous duplicate symbol error messages. 2013-08-26 15:17:23 +00:00
TemplateClasses.h Undo r189834 - broke test. 2013-09-03 18:38:32 +00:00