aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Implement a C99-like _Bool type.Linus Torvalds2005-04-071-1/+2
* Add comment on what caused type examination recursion.Linus Torvalds2005-04-071-0/+6
* Clean up symbol examination some more.Linus Torvalds2005-04-071-53/+70
* Don't recurse on struct/union symbol examine, if the struct Linus Torvalds2005-04-071-0/+1
* Do base_type examination in common code in examine_symbol_type().Linus Torvalds2005-04-071-16/+14
* Implement __builtin_safe_p() to match __builtin_constant_p.Linus Torvalds2005-04-071-26/+10
* Allow zero-sized array initializers.Linus Torvalds2005-04-071-2/+1
* Do array sizing at "examine_symbol_type()" time.Linus Torvalds2005-04-071-25/+78
* Replace context/contextmask (never used) with in_context/out_context.Linus Torvalds2005-04-071-2/+2
* Get rid of the old "iterate()" interfaces.Linus Torvalds2005-04-071-7/+7
* Make "bind_symbol()" also set sym->ident.Linus Torvalds2005-04-071-1/+3
* Introduce the notion of "reserved" identifiers. Linus Torvalds2005-04-071-4/+9
* [PATCH] enum handlingAlexander Viro2005-04-071-5/+15
* Fix structure size calculation for structures with unsized arrays.Linus Torvalds2005-04-071-6/+19
* Add "__builtin_warning()" builtin.Linus Torvalds2005-04-071-1/+57
* [PATCH] recovery from typeof on expression with bad typeAlexander Viro2005-04-071-2/+2
* Many files:welinder@darter.rentec.com2005-04-071-7/+7
* symbol.h, symbol.c:welinder@troll.com2005-04-071-29/+38
* More "union" trouble: don't look at ctype for non-NS_SYMBOL.Linus Torvalds2005-04-071-1/+1
* Sanitize base type declarations some more.Linus Torvalds2005-04-071-41/+42
* We need to initialize the type of the fundamental base types.Linus Torvalds2005-04-071-0/+1
* [PATCH] make preprocesser command a symbolChristopher Li2005-04-071-1/+4
* Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds2005-04-071-1/+1
* [PATCH] avoid matching idents with string comparesChristopher Li2005-04-071-51/+6
* Merge troll.com:/scratch/welinder/linus-sparsewelinder@troll.com2005-04-071-3/+2
|\
| * symbol.c:welinder@troll.com2005-04-071-3/+2
* | Fix up silly typo that caused __builtin_constant_p not to work on FP constants.Linus Torvalds2005-04-071-1/+1
|/
* Make "next_path" be per-stream for better "include_next".Linus Torvalds2005-04-071-1/+1
* Unnamed bitfields should not affect structure and union alignment.welinder@troll.com2005-04-071-5/+14
* fix layout of zero-width bitfields.welinder@troll.com2005-04-071-6/+9
* Disallow sizeof/alignof/typeof on bitfields.welinder@troll.com2005-04-071-0/+2
* Handle __func__ correctly as a variable and not a #define.welinder@troll.com2005-04-071-0/+2
* Mondane cleanups at the level of typos.welinder@troll.com2005-04-071-2/+2
* Don't complain over sign problems with unnamed bitfields.welinder@troll.com2005-04-071-13/+0
* parse.c:welinder@troll.com2005-04-071-3/+9
* symbol.c:welinder@troll.com2005-04-071-1/+10
* Make expression expansion calculate the "cost" of theLinus Torvalds2005-04-071-1/+2
* Make the lazy pointer evaluation marker explicit.Linus Torvalds2005-04-071-1/+4
* Simplify "typeof" handling.Linus Torvalds2005-04-071-16/+4
* [PATCH] strip modifiers and address space in "typeof()"Alexander Viro2005-04-071-2/+21
* [PATCH] VLA warnings sanitized.Alexander Viro2005-04-071-1/+1
* [PATCH] FP handlingAlexander Viro2005-04-071-1/+1
* Introduce a "incomplete type" rather than leavingLinus Torvalds2005-04-071-2/+2
* Use "-O" to compile sparse, to make the compiler warn more.Linus Torvalds2005-04-071-2/+3
* Accept "__attribute" in addition to "__attribute__".Linus Torvalds2005-04-071-1/+1
* Initialize C type system after parsing the command line arguments.Linus Torvalds2005-04-071-1/+5
* Now that BITS_IN_XXXX aren't defined contstants any more,Linus Torvalds2005-04-071-24/+24
* Use variables for target data structure information, Linus Torvalds2005-04-071-27/+28
* Make the builtin functions be more type-correct, toLinus Torvalds2005-04-071-1/+3
* Fix up typename parsing.Linus Torvalds2005-04-071-6/+6