aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Parse and track multiple contexts by expressionJosh Triplett2006-08-301-1/+11
* [PATCH] Warning for mixing enums of different typesMorten Welinder2006-03-281-0/+7
* [PATCH] beginning of #include protection rewrite: cleanupAl Viro2005-11-271-0/+1
* [PATCH] skip already evaluated symbolsMitesh Shah2005-11-161-1/+2
* Warn about undefined preprocessor symbols at expansion time, not parse timeLinus Torvalds2005-09-091-0/+2
* Update the calling interface to "sparse()".Linus Torvalds2005-08-031-0/+1
* Fix up type examination.Linus Torvalds2005-06-161-0/+5
* [PATCH] static declearChristopher Li2005-04-071-0/+1
* Be more careful about removing implicit casts.Linus Torvalds2005-04-071-0/+4
* Export "is_ptr_type()" helper function to others.Linus Torvalds2005-04-071-0/+1
* Fix check for "local" symbols.Linus Torvalds2005-04-071-0/+1
* Make "translation_unit()" do symbol evaluation too.Linus Torvalds2005-04-071-1/+1
* Show usage notes for symbols.Linus Torvalds2005-04-071-0/+1
* Add "weak" definesLinus Torvalds2005-04-071-1/+1
* enums, bitfields and nodes pick up their signednessLinus Torvalds2005-04-071-2/+5
* Remove "fieldwidth" member of struct symbolLinus Torvalds2005-04-071-1/+1
* Use 'bad_type' instead of NULL when something bad happensLinus Torvalds2005-04-071-7/+4
* Implement __builtin_safe_p() to match __builtin_constant_p.Linus Torvalds2005-04-071-1/+4
* Replace context/contextmask (never used) with in_context/out_context.Linus Torvalds2005-04-071-1/+1
* Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the sameLinus Torvalds2005-04-071-0/+3
* Introduce the notion of "reserved" identifiers. Linus Torvalds2005-04-071-1/+1
* [PATCH] enum handlingAlexander Viro2005-04-071-3/+7
* Fix structure size calculation for structures with unsized arrays.Linus Torvalds2005-04-071-1/+1
* Getting the type of a symbol (and checking behind SYM_NODE) isLinus Torvalds2005-04-071-8/+4
* symbol.h, symbol.c:welinder@troll.com2005-04-071-5/+5
* Move symbol "used" flag out from SYM_NODE union.Linus Torvalds2005-04-071-1/+1
* Sanitize base type declarations some more.Linus Torvalds2005-04-071-2/+2
* [PATCH] make preprocesser command a symbolChristopher Li2005-04-071-25/+32
* [PATCH] __attribute__((bitwise))Alexander Viro2005-04-071-0/+9
* [PATCH] uninlining inline functionsAlexander Viro2005-04-071-0/+2
* [PATCH] avoid matching idents with string comparesChristopher Li2005-04-071-32/+3
* Put enums in the same namespace as unions and structs.welinder@troll.com2005-04-071-5/+4
* Disallow sizeof/alignof/typeof on bitfields.welinder@troll.com2005-04-071-1/+8
* Handle __func__ correctly as a variable and not a #define.welinder@troll.com2005-04-071-0/+1
* parse.c:welinder@troll.com2005-04-071-0/+1
* [PATCH] "signed unsigned", "short long", "double x : 4", "int y : 1 : 2"terra@gnome.org2005-04-071-0/+9
* [PATCH] Avoid recursive inline function expansionChristopher Li2005-04-071-1/+2
* Make expression expansion calculate the "cost" of theLinus Torvalds2005-04-071-1/+1
* Make the lazy pointer evaluation marker explicit.Linus Torvalds2005-04-071-1/+1
* Introduce a "incomplete type" rather than leavingLinus Torvalds2005-04-071-1/+2
* Add "force" type attribute.Linus Torvalds2005-04-071-0/+1
* Make sure user-defined types don't mix with otherLinus Torvalds2005-04-071-0/+2
* Initialize C type system after parsing the command line arguments.Linus Torvalds2005-04-071-0/+1
* [PATCH] Fix "return" target handlingChristopher Li2005-04-071-2/+4
* Introduce "safe" pointer expressions.Linus Torvalds2005-04-071-0/+1
* [PATCH] condition branch simplificationChristopher Li2005-04-071-1/+0
* Support type equality testing for real.Linus Torvalds2005-04-071-0/+2
* Support C types as first-class citizens, allowing typeLinus Torvalds2005-04-071-1/+2
* Make it possible to look up multiple namespaces at onceLinus Torvalds2005-04-071-8/+8
* Add bb "parent" information (ie back-pointers).Linus Torvalds2005-04-071-0/+1