| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-01 | has-attr: add support for __has_attribute() | Luc Van Oostenryck | 1 | -1/+0 |
| 2018-09-01 | has-attr: add testcase for __has_attribute() | Luc Van Oostenryck | 1 | -0/+57 |
| 2018-06-12 | Merge branches 'has-builtin' and 'builtin-predef' into tip | Luc Van Oostenryck | 7 | -0/+131 |
| 2018-06-08 | builtin: add support for __has_builtin() | Luc Van Oostenryck | 1 | -0/+43 |
| 2018-06-08 | builtin: add testcase for builtin macro expansion | Luc Van Oostenryck | 1 | -0/+17 |
| 2018-06-04 | dyn-macro: add real support for __BASE_FILE__ | Luc Van Oostenryck | 3 | -0/+23 |
| 2018-06-04 | dyn-macro: add support for __INCLUDE_LEVEL__ | Luc Van Oostenryck | 3 | -0/+19 |
| 2018-06-04 | dyn-macro: use a table to expand __DATE__, __FILE__, ... | Luc Van Oostenryck | 1 | -1/+0 |
| 2018-06-04 | dyn-macro: add testcase for __LINE__ & friends | Luc Van Oostenryck | 1 | -0/+30 |
| 2018-05-01 | do not to ignore old preprocessor testcases | Luc Van Oostenryck | 2 | -0/+84 |
| 2017-12-16 | fix: spaces in macro definition on the command line | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-12-16 | add test case for space within command line | Luc Van Oostenryck | 1 | -0/+11 |
| 2017-12-13 | fix: accept 'sparse -D M...' | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-12-13 | add testcase for 'sparse -D M...' | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-11-13 | add test case for pre-processor extra tokens warning | Luc Van Oostenryck | 1 | -0/+15 |
| 2017-09-16 | testsuite: convert to the new patern syntax | Luc Van Oostenryck | 3 | -3/+3 |
| 2017-08-31 | Sparse preprocessing bug with zero-arg variadic macros | Al Viro | 1 | -0/+4 |
| 2017-05-19 | let -dD report macro definitions | Luc Van Oostenryck | 3 | -0/+32 |
| 2017-03-27 | do not depends on limits.h to test __CHAR_BIT__ | Luc Van Oostenryck | 1 | -0/+16 |
| 2017-03-27 | predefine __SIZEOF_INT__ & friends | Luc Van Oostenryck | 1 | -0/+25 |
| 2017-03-27 | predefine __INT_MAX__ and friends | Luc Van Oostenryck | 1 | -0/+18 |
| 2017-02-13 | warn on unknown escapes after preprocessing | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-02-13 | add testcase for wrong early escape conversion | Luc Van Oostenryck | 1 | -0/+23 |
| 2015-02-08 | Teach sparse about the __COUNTER__ predefined macro | Luc Van Oostenryck | 4 | -0/+41 |
| 2013-02-12 | L ## 'a' is valid; so's L ## "a" | Al Viro | 1 | -0/+15 |
| 2013-02-12 | switch to delayed handling of escape sequences | Al Viro | 1 | -0/+29 |
| 2012-04-13 | Fix ,##__VA_ARGS__ kludge | Al Viro | 2 | -1/+47 |
| 2011-08-20 | fix common misspellings with codespell | Jonathan Neuschäfer | 1 | -1/+1 |
| 2009-07-27 | test-suite: integrate unhandled proprocessor tests | Hannes Eder | 9 | -0/+142 |
| 2007-07-22 | Fix test-suite to handle stdout and stderr separately, and fix up tests | Josh Triplett | 3 | -9/+11 |
| 2007-07-08 | Remove "check-exit-value: 0" and rely on default; remove extra blank line. | Josh Triplett | 12 | -19/+0 |
| 2007-07-08 | Add test-suite comment to preprocessor21. | Josh Triplett | 1 | -0/+14 |
| 2007-07-08 | Make preprocessor-loop a normal numbered preprocessor test | Josh Triplett | 1 | -0/+0 |
| 2007-07-08 | Add test-suite comments to all the obvious preprocessor tests | Josh Triplett | 8 | -34/+103 |
| 2007-07-08 | validation: Update comments for current Sparse behavior and test-suite. | Josh Triplett | 3 | -41/+4 |
| 2007-07-08 | Sample test-suite test cases | Damien Lespiau | 4 | -0/+49 |
| 2007-06-28 | Move all the preprocessor tests into validation/preprocessor/ | Josh Triplett | 22 | -0/+242 |