aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
AgeCommit message (Expand)AuthorFilesLines
2006-07-05[PATCH] Add test cases for __context__ statement and context attributeJosh Triplett1-0/+296
2006-05-09[PATCH] count_array_initializer() needs to know the type of elementAl Viro1-0/+15
2005-11-27[PATCH] Doh...Al Viro1-0/+2
2005-11-27[PATCH] fixed stream->protect handlingAl Viro2-0/+10
2005-11-27[PATCH] fix places that didn't free preprocessor line for no reason.Al Viro1-0/+5
2005-11-27[PATCH] remove bogus double warning on #define/#undef syntaxAl Viro1-0/+3
2005-11-27[PATCH] saner handling of #if[n]def syntax errorsAl Viro1-0/+7
2005-11-22[PATCH] shut up the bogus warnings about the #if'ed-out sectionAl Viro1-0/+19
2005-11-22[PATCH] fix of compound literals on inliningAl Viro1-0/+18
2005-11-16Re-name "error()" function to "sparse_error()"Linus Torvalds1-1/+1
2005-06-26[PATCH] avoid segafult after parse errors in castsLuc Van Oostenryck1-0/+6
2005-06-26[PATCH] avoid segfault after parse errors in assignementsLuc Van Oostenryck1-0/+6
2005-06-26[PATCH] avoid segfault after parse errors in array designated initializerLuc Van Oostenryck1-0/+4
2005-06-26[PATCH] avoid segfault in check_byte_count()Luc Van Oostenryck1-0/+6
2005-06-20[PATCH] segfault on bad ternary conditionalLuc Van Oostenryck1-0/+7
2005-04-07[PATCH] More validation testsRalf.Wildenhues@gmx.de6-0/+69
2005-04-07[PATCH] testcase for two-argument ?:Alexander Viro1-0/+11
2005-04-07Tests for structure namespace issues.welinder@troll.com2-0/+31
2005-04-07[PATCH] lazy-copy macro expansion in pre-processingAlexander Viro4-0/+28
2005-04-07[PATCH] line-splicing fixes in sparseAlexander Viro1-0/+62
2005-04-07[PATCH] comments handling fix in sparseAlexander Viro1-0/+9
2005-04-07[PATCH] saner handling of argument listsAlexander Viro1-0/+10
2005-04-07[PATCH] more sparse fixes (body parsing, beginning of ## handling)Alexander Viro3-0/+39
2005-04-07[PATCH] Fix preprocessor expansion anti-recursion properlyAlexander Viro1-0/+5
2005-04-07Make the token pasting validation thing actually validLinus Torvalds1-0/+2
2005-04-07More nasty tests from Al.Linus Torvalds1-0/+9
2005-04-07More "noderef" validation examplesLinus Torvalds1-0/+6
2005-04-07More examples from Al showing us being lazy on types.Linus Torvalds1-0/+10
2005-04-07Add a type conversion validation test. ThisLinus Torvalds1-0/+4
2005-04-07Add more "noderef" validation tests.Linus Torvalds1-1/+9
2005-04-07Add another test-case from Al.Linus Torvalds1-0/+9
2005-04-07Add a few test-cases that Al Viro noted.Linus Torvalds2-0/+34
2005-04-07[be] temporarily ignore size of a callee func call's return value.Jeff Garzik1-0/+43
2005-04-07Add a test for '##' handling from the kernel sources,Linus Torvalds1-0/+25
2005-04-07Add a type checking validation test-case that shows some ofLinus Torvalds1-0/+24
2005-04-07More preprocessor validation tests from comp.std.c.Linus Torvalds3-0/+56
2005-04-07Add two preprocessor test-cases from comp.std.c.Linus Torvalds2-0/+29