Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added coverage check for extensionless headers, and exclude hidden dot ↵ | John Thompson | 2015-12-04 | 2 | -0/+4 |
| | | | | | | directoryies. llvm-svn: 254785 | ||||
* | Added mechanism to modularize for doing a compilation precheck | John Thompson | 2015-07-10 | 3 | -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 Thompson | 2015-07-08 | 2 | -40/+40 |
| | | | | llvm-svn: 241744 | ||||
* | Fixed modularize to warn about missing headers referenced in a module map. | John Thompson | 2015-06-04 | 2 | -0/+11 |
| | | | | llvm-svn: 239122 | ||||
* | Added module map coverage support, extracted from module-map-checker. | John Thompson | 2015-02-19 | 16 | -0/+59 |
| | | | | llvm-svn: 229869 | ||||
* | Fixed missing checkins. | John Thompson | 2015-02-18 | 2 | -0/+18 |
| | | | | llvm-svn: 229699 | ||||
* | Added module map generation option. | John Thompson | 2013-10-15 | 4 | -0/+4 |
| | | | | llvm-svn: 192703 | ||||
* | Check for #include in extern and namespace blocks. | John Thompson | 2013-09-18 | 3 | -0/+7 |
| | | | | llvm-svn: 190950 | ||||
* | modularize - Fix of header dependencies. | John Thompson | 2013-09-04 | 2 | -0/+8 |
| | | | | llvm-svn: 189983 | ||||
* | Revert svn 189837 "Added header dependencies support." | Bob Wilson | 2013-09-04 | 2 | -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 Thompson | 2013-09-03 | 2 | -0/+8 |
| | | | | llvm-svn: 189837 | ||||
* | Undo r189834 - broke test. | John Thompson | 2013-09-03 | 4 | -22/+20 |
| | | | | llvm-svn: 189835 | ||||
* | Ran clang-format. | John Thompson | 2013-09-03 | 4 | -20/+22 |
| | | | | llvm-svn: 189834 | ||||
* | Fixed some issues that resulted in erroneous duplicate symbol error messages. | John Thompson | 2013-08-26 | 4 | -22/+46 |
| | | | | llvm-svn: 189228 | ||||
* | Enhanced test for header guards. | John Thompson | 2013-08-13 | 3 | -0/+11 |
| | | | | llvm-svn: 188308 | ||||
* | Fix false error message for function-style macro instance used as arguments ↵ | John Thompson | 2013-08-09 | 1 | -0/+5 |
| | | | | | | in other function-style macros instances, and add test for it. llvm-svn: 188036 | ||||
* | Expanded modularize tests. | John Thompson | 2013-08-08 | 2 | -0/+33 |
| | | | | llvm-svn: 187943 | ||||
* | Fixed incorrect header guard/nested header mechanism. | John Thompson | 2013-08-07 | 1 | -0/+1 |
| | | | | llvm-svn: 187898 | ||||
* | Fix comment typo. | John Thompson | 2013-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 187796 | ||||
* | Add test for header guard work-around. | John Thompson | 2013-08-06 | 4 | -0/+22 |
| | | | | llvm-svn: 187759 | ||||
* | Fixed checkin of wrong old files. Hopefully this is the end of the test failure. | John Thompson | 2013-07-27 | 1 | -2/+2 |
| | | | | llvm-svn: 187287 | ||||
* | Fixed missing checkin. | John Thompson | 2013-07-27 | 1 | -0/+7 |
| | | | | llvm-svn: 187282 | ||||
* | Revert "Added new feature for checking macro and preprocessor conditional ↵ | Rafael Espindola | 2013-07-26 | 1 | -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 Thompson | 2013-07-26 | 1 | -0/+7 |
| | | | | llvm-svn: 187228 | ||||
* | Revised per review comments to rename test files and rearrange input files. | John Thompson | 2013-03-26 | 7 | -0/+43 |
llvm-svn: 178047 |