aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] null pointer constants have no special meaning for pointer subtractionAl Viro2007-06-251-17/+2
* [PATCH] mechanically split compatible_assignment_types()Al Viro2007-06-251-16/+47
* [PATCH] take cast_to() out of usual_conversions(), do it in callersAl Viro2007-06-251-14/+16
* [PATCH] missing NULL checks in initializer handlingAl Viro2007-06-251-2/+13
* [PATCH] rewrite of initializer handlingAl Viro2007-06-181-175/+394
* Improve error message if using a member of an incomplete struct or unionPavel Roskin2007-06-091-2/+7
* better recovery from bad operations on bitwiseAl Viro2007-05-261-9/+20
* Add -Wno-non-pointer-null to turn off warning about using a plain integer as ...Josh Triplett2007-05-221-1/+1
* Fix most -Wshadow warnings in Sparse.Josh Triplett2007-05-011-4/+4
* Fix typos in commentsJosh Triplett2007-03-091-6/+6
* Add annotation for inline function call.Christopher Li2007-03-021-1/+1
* Introduce expression_errorChristopher Li2007-02-271-41/+41
* Bug fix in pointer modifier inheritance at function degeneration.Christopher Li2007-02-131-5/+3
* Fix mistaken comparison that becomes a no-op.James Westby2007-01-271-1/+1
* Marking anonymous string.Christopher Li2007-01-271-0/+1
* Typo fixesPavel Roskin2006-11-061-1/+1
* Add type information to enum mismatch warningAdam DiCarlo2006-10-171-1/+4
* [PATCH] handle fouled-bitwiseAl Viro2006-10-011-15/+62
* [PATCH] saner recovery from endianness errors, part 1.Al Viro2006-10-011-9/+17
* [PATCH] merged compatible_..._binop() into single functionAl Viro2006-10-011-79/+61
* [PATCH] beginning of SYM_RESTRICT rewrite: restricted_binop_type()Al Viro2006-10-011-42/+62
* [PATCH] evaluate_compare() can just use evaluate_arith() for non-pointer casesAl Viro2006-10-011-16/+1
* [PATCH] introduce classify_type(), use it in obvious placesAl Viro2006-10-011-49/+58
* [PATCH] casting null pointer constant to non-zero address space is always OKAl Viro2006-10-011-1/+12
* [PATCH] add support for __builtin_choose_expr()Al Viro2006-09-301-11/+23
* [PATCH] fix for switch(bad_type) {...} segfaultAl Viro2006-09-301-8/+8
* [PATCH] Add -Wno-enum-mismatchJosh Triplett2006-08-291-0/+2
* [PATCH] Add -Wno-address-spaceJosh Triplett2006-08-291-1/+1
* [PATCH] Fix -WtypesignPavel Roskin2006-07-131-1/+1
* Fix NULL ptr dereference with bad typeLinus Torvalds2006-06-101-1/+1
* [PATCH] Warning for mixing enums of different typesMorten Welinder2006-03-281-7/+47
* Fix incorrect cast simplification around '~' operationLinus Torvalds2006-01-081-0/+2
* Make local declarations be statements of their ownLinus Torvalds2005-12-311-5/+9
* [PATCH] Fix member offset calculationLuc Van Oostenryck2005-11-271-0/+1
* [PATCH] noderef is a qualifierAl Viro2005-11-221-1/+1
* [PATCH] new flag - -WdeclAl Viro2005-11-221-0/+2
* When taking the address of a symbol, fix up the pointer typeLinus Torvalds2005-11-221-2/+4
* Evaluate expressions fully when doing type comparisons on case statementsLinus Torvalds2005-11-191-6/+8
* Re-name "error()" function to "sparse_error()"Linus Torvalds2005-11-161-47/+47
* [PATCH] skip already evaluated symbolsMitesh Shah2005-11-161-0/+3
* Integer promotion: leave sufficiently large integer types as themselvesLinus Torvalds2005-11-161-4/+13
* Make switch/case statements check type compatibilityLinus Torvalds2005-11-031-5/+41
* Make sure to be more careful about marking symbols assignedLinus Torvalds2005-09-301-2/+35
* Turn the "incorrect type" error back into a warningLinus Torvalds2005-09-221-1/+1
* [PATCH] replaced warnings with errors.Mitesh Shah2005-09-221-44/+44
* [PATCH] More address space checkingviro@ZenIV.linux.org.uk2005-09-091-29/+48
* Don't warn about "nocast" warnings that only change "const"ness.Linus Torvalds2005-07-111-4/+20
* Fix up a few missing base type evaluationsLinus Torvalds2005-06-161-3/+3
* Fix up type examination.Linus Torvalds2005-06-161-9/+11
* Don't warn about undeclared "main()" function.Linus Torvalds2005-05-191-0/+2