summaryrefslogtreecommitdiff
path: root/test/modularize
AgeCommit message (Expand)Author
2015-12-04Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson
2015-07-10Added mechanism to modularize for doing a compilation precheckJohn Thompson
2015-07-08Fixed line-endings.John Thompson
2015-06-04Fixed modularize to warn about missing headers referenced in a module map.John Thompson
2015-02-19Added module map coverage support, extracted from module-map-checker.John Thompson
2015-02-18Fixed missing checkins.John Thompson
2015-02-18Added support for extracting headers from module maps as a source for the hea...John Thompson
2015-02-13clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.NAKAMURA Takumi
2015-02-12Fix broken test in separate build tree.John Thompson
2015-02-12Added support for multiple header list files, as a precursor for when we need...John Thompson
2015-02-11Added -block-check-header-list-only option. This is a work-around for privat...John Thompson
2013-10-15Added module map generation option.John Thompson
2013-09-20Added colon to make proper error message prefix.John Thompson
2013-09-18Check for #include in extern and namespace blocks.John Thompson
2013-09-04modularize - Fix of header dependencies.John Thompson
2013-09-04Revert svn 189837 "Added header dependencies support."Bob Wilson
2013-09-04Suppress test/modularize/NoProblemsDependencies.modularize on msvc, for now. ...NAKAMURA Takumi
2013-09-03Added header dependencies support.John Thompson
2013-09-03Undo r189834 - broke test.John Thompson
2013-09-03Ran clang-format.John Thompson
2013-08-26Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson
2013-08-13Enhanced test for header guards.John Thompson
2013-08-09Fix false error message for function-style macro instance used as arguments i...John Thompson
2013-08-08Expanded modularize tests.John Thompson
2013-08-07Fixed incorrect header guard/nested header mechanism.John Thompson
2013-08-06Fix comment typo.John Thompson
2013-08-06Add test for header guard work-around.John Thompson
2013-07-27Fixed checkin of wrong old files. Hopefully this is the end of the test failure.John Thompson
2013-07-27Fixed missing checkin.John Thompson
2013-07-26Fixed case change that caused the test failure. Incorporarated Sean's review...John Thompson
2013-07-26Revert "Added new feature for checking macro and preprocessor conditional con...Rafael Espindola
2013-07-26Added new feature for checking macro and preprocessor conditional consistency.John Thompson
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-06-18Fixed a typo and naming convention.John Thompson
2013-03-28modularize - revised to group duplicate symbols together in the error output.John Thompson
2013-03-26Revised per review comments to rename test files and rearrange input files.John Thompson
2013-03-26Added simple regression test for modularize.John Thompson