summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs
Commit message (Collapse)AuthorAgeFilesLines
* Added coverage check for extensionless headers, and exclude hidden dot ↵John Thompson2015-12-042-0/+4
| | | | | | directoryies. llvm-svn: 254785
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-103-0/+13
| | | | | | | | | | | | 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
* Fixed line-endings.John Thompson2015-07-082-40/+40
| | | | llvm-svn: 241744
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-042-0/+11
| | | | llvm-svn: 239122
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-1916-0/+59
| | | | llvm-svn: 229869
* Fixed missing checkins.John Thompson2015-02-182-0/+18
| | | | llvm-svn: 229699
* Added module map generation option.John Thompson2013-10-154-0/+4
| | | | llvm-svn: 192703
* Check for #include in extern and namespace blocks.John Thompson2013-09-183-0/+7
| | | | llvm-svn: 190950
* modularize - Fix of header dependencies.John Thompson2013-09-042-0/+8
| | | | llvm-svn: 189983
* Revert svn 189837 "Added header dependencies support."Bob Wilson2013-09-042-8/+0
| | | | | | | The NoProblemsDependencies.modularize test is failing on many buildbots. I have also reverted the change in 189904 to disable that test for MSVC. llvm-svn: 189957
* Added header dependencies support.John Thompson2013-09-032-0/+8
| | | | llvm-svn: 189837
* Undo r189834 - broke test.John Thompson2013-09-034-22/+20
| | | | llvm-svn: 189835
* Ran clang-format.John Thompson2013-09-034-20/+22
| | | | llvm-svn: 189834
* Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson2013-08-264-22/+46
| | | | llvm-svn: 189228
* Enhanced test for header guards.John Thompson2013-08-133-0/+11
| | | | llvm-svn: 188308
* Fix false error message for function-style macro instance used as arguments ↵John Thompson2013-08-091-0/+5
| | | | | | in other function-style macros instances, and add test for it. llvm-svn: 188036
* Expanded modularize tests.John Thompson2013-08-082-0/+33
| | | | llvm-svn: 187943
* Fixed incorrect header guard/nested header mechanism.John Thompson2013-08-071-0/+1
| | | | llvm-svn: 187898
* Fix comment typo.John Thompson2013-08-061-1/+1
| | | | llvm-svn: 187796
* Add test for header guard work-around.John Thompson2013-08-064-0/+22
| | | | llvm-svn: 187759
* Fixed checkin of wrong old files. Hopefully this is the end of the test failure.John Thompson2013-07-271-2/+2
| | | | llvm-svn: 187287
* Fixed missing checkin.John Thompson2013-07-271-0/+7
| | | | llvm-svn: 187282
* Revert "Added new feature for checking macro and preprocessor conditional ↵Rafael Espindola2013-07-261-7/+0
| | | | | | | | | consistency." This reverts commit r187228. It broke some bots: http://bb.pgr.jp/builders/cmake-clang-i686-mingw32 llvm-svn: 187235
* Added new feature for checking macro and preprocessor conditional consistency.John Thompson2013-07-261-0/+7
| | | | llvm-svn: 187228
* Revised per review comments to rename test files and rearrange input files.John Thompson2013-03-267-0/+43
llvm-svn: 178047
OpenPOWER on IntegriCloud