summaryrefslogtreecommitdiffstats
path: root/test/modularize
Commit message (Expand)AuthorAgeFilesLines
* Fixed some cases in the modularize assistant mode where header file names did...John Thompson2016-03-211-0/+5
* Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2015-12-043-0/+5
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-105-0/+32
* Fixed line-endings.John Thompson2015-07-082-40/+40
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-043-0/+14
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-1919-1/+65
* Fixed missing checkins.John Thompson2015-02-182-0/+18
* Added support for extracting headers from module maps as a source for the hea...John Thompson2015-02-182-0/+2
* clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.NAKAMURA Takumi2015-02-131-1/+1
* Fix broken test in separate build tree.John Thompson2015-02-121-1/+1
* Added support for multiple header list files, as a precursor for when we need...John Thompson2015-02-121-0/+2
* Added -block-check-header-list-only option. This is a work-around for privat...John Thompson2015-02-111-0/+3
* Added module map generation option.John Thompson2013-10-156-0/+52
* Added colon to make proper error message prefix.John Thompson2013-09-202-4/+4
* Check for #include in extern and namespace blocks.John Thompson2013-09-185-0/+31
* modularize - Fix of header dependencies.John Thompson2013-09-043-0/+11
* Revert svn 189837 "Added header dependencies support."Bob Wilson2013-09-043-14/+0
* Suppress test/modularize/NoProblemsDependencies.modularize on msvc, for now. ...NAKAMURA Takumi2013-09-041-0/+3
* Added header dependencies support.John Thompson2013-09-033-0/+11
* Undo r189834 - broke test.John Thompson2013-09-034-22/+20
* Ran clang-format.John Thompson2013-09-034-20/+22
* Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson2013-08-267-22/+55
* Enhanced test for header guards.John Thompson2013-08-133-0/+11
* Fix false error message for function-style macro instance used as arguments i...John Thompson2013-08-092-0/+8
* Expanded modularize tests.John Thompson2013-08-082-0/+33
* Fixed incorrect header guard/nested header mechanism.John Thompson2013-08-072-0/+2
* Fix comment typo.John Thompson2013-08-061-1/+1
* Add test for header guard work-around.John Thompson2013-08-065-0/+26
* Fixed checkin of wrong old files. Hopefully this is the end of the test failure.John Thompson2013-07-272-4/+4
* Fixed missing checkin.John Thompson2013-07-271-0/+7
* Fixed case change that caused the test failure. Incorporarated Sean's review...John Thompson2013-07-261-5/+101
* Revert "Added new feature for checking macro and preprocessor conditional con...Rafael Espindola2013-07-262-108/+5
* Added new feature for checking macro and preprocessor conditional consistency.John Thompson2013-07-262-5/+108
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-042-2/+2
* Fixed a typo and naming convention.John Thompson2013-06-181-1/+1
* modularize - revised to group duplicate symbols together in the error output.John Thompson2013-03-282-2/+6
* Revised per review comments to rename test files and rearrange input files.John Thompson2013-03-2616-30/+30
* Added simple regression test for modularize.John Thompson2013-03-2610-0/+64