aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add test-suite annotations to struct-ns1.cJosh Triplett2007-09-151-0/+3
* Add test-suite annotations to non-pointer-null.cJosh Triplett2007-09-151-0/+7
* Add test-suite annotations to struct-attribute-placement.cJosh Triplett2007-09-151-0/+3
* Add test-suite annotations to varargs1.cJosh Triplett2007-09-151-0/+3
* Add test-suite annotations to badtype4.cJosh Triplett2007-09-151-0/+8
* Add test-suite annotations to check_byte_count-ice.cJosh Triplett2007-09-151-0/+8
* Add test-suite annotations to double-semicolon.cJosh Triplett2007-09-151-0/+3
* Add test-suite annotations to restricted-typeof.cJosh Triplett2007-09-151-0/+4
* Add test case for -WtypesignJosh Triplett2007-08-301-0/+61
* Add another test case to validation/comma.cJosh Triplett2007-08-021-0/+6
* Add test case for comparing null pointer constant to int.Josh Triplett2007-07-291-0/+11
* Remove explicit restatements of defaults in metadata for comma testJosh Triplett2007-07-291-4/+0
* [PATCH] ...,array should degenerateAl Viro2007-07-291-0/+10
* Remove explicit restatements of defaults in metadata for outer-scope testJosh Triplett2007-07-291-3/+0
* [PATCH] file and global scopes are the same for purposes of struct redefiningAl Viro2007-07-291-0/+19
* Remove explicit restatements of defaults in metadata for member_of_typeof testJosh Triplett2007-07-291-4/+0
* [PATCH] handling of typeof in evaluate_member_dereference()Al Viro2007-07-281-0/+14
* Make "Initializer entry defined twice" a warning, not an errorJosh Triplett2007-07-271-2/+2
* validation/builtin_safe1.c: Show the unsafe macro argumentJosh Triplett2007-07-271-1/+1
* Add test-suite metadata to label-attr.cJosh Triplett2007-07-271-0/+3
* Add test-suite metadata to old-initializer.c; also test with -Wno-initializerJosh Triplett2007-07-222-0/+16
* Add test-suite metadata to calling-convention-attributes.cJosh Triplett2007-07-221-0/+3
* Add test-suite metadata to escapes.cJosh Triplett2007-07-221-0/+3
* Add test-suite metadata to context.cJosh Triplett2007-07-221-0/+20
* Add test-suite metadata to initializer-entry-defined-twice.cJosh Triplett2007-07-221-0/+10
* Add test-suite metadata to bad-ternary-cond.c, and remove now-redundant commentJosh Triplett2007-07-221-3/+8
* Add test-suite metadata to bad-cast.cJosh Triplett2007-07-221-0/+9
* Fix test-suite to handle stdout and stderr separately, and fix up testsJosh Triplett2007-07-2210-62/+47
* [PATCH] saner show_type()Al Viro2007-07-141-1/+1
* fix handling of pointers in ?:Al Viro2007-07-101-0/+23
* Add test-suite comment to bad-array-designated-initializer.cJosh Triplett2007-07-081-0/+13
* Remove "check-exit-value: 0" and rely on default; remove extra blank line.Josh Triplett2007-07-0816-25/+0
* Add test-suite comment to label-asm.cJosh Triplett2007-07-081-0/+6
* Rename asm-volatile to better describe what it testsJosh Triplett2007-07-081-0/+0
* Add test-suite comment to address_space.cJosh Triplett2007-07-081-0/+12
* Add test-suite comment to preprocessor21.Josh Triplett2007-07-081-0/+14
* Make preprocessor-loop a normal numbered preprocessor testJosh Triplett2007-07-081-0/+0
* Add test-suite comments to all the obvious preprocessor testsJosh Triplett2007-07-088-34/+103
* validation: Update comments for current Sparse behavior and test-suite.Josh Triplett2007-07-083-41/+4
* Move test-suite output files to validation/.gitignoreJosh Triplett2007-07-081-0/+4
* Sample test-suite test casesDamien Lespiau2007-07-086-0/+68
* test-suite: a tiny test automation scriptDamien Lespiau2007-07-081-0/+252
* Move all the preprocessor tests into validation/preprocessor/Josh Triplett2007-06-2822-0/+0
* Fix warnings about undeclared globals, they are irrelevant to the testPavel Roskin2007-06-271-2/+2
* Avoid use of libc headers in the validation suitePavel Roskin2007-06-273-4/+4
* validation/non-pointer-null.c: Make global static to avoid extraneous warning.Josh Triplett2007-06-261-1/+1
* validation/escapes.c: Make globals static to avoid extraneous warnings.Josh Triplett2007-06-261-3/+3
* validation/restricted-typeof.c: Make globals static to avoid extraneous warni...Josh Triplett2007-06-261-3/+3
* validation/old-initializer.c: Make the_s static to avoid extraneous warning.Josh Triplett2007-06-261-1/+1
* '\?' is a valid escape character defined by ANSI C. Its value is '?'.Michael Stefaniuc2007-06-091-0/+3