llvm-project/clang-tools-extra/test/modularize
John Thompson 1c158c192a Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names.
llvm-svn: 264001
2016-03-21 23:05:14 +00:00
..
Inputs Added coverage check for extensionless headers, and exclude hidden dot directoryies. 2015-12-04 22:42:18 +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 Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names. 2016-03-21 23:05:14 +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 coverage check for extensionless headers, and exclude hidden dot directoryies. 2015-12-04 22:42:18 +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