aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't warn about signedness for hax/octal constants. They are commonlyLinus Torvalds2005-04-071-4/+7
* Start updating the copyright license comments to the OSL,Linus Torvalds2005-04-071-1/+3
* Peter points out that the type masking shifts can overflowLinus Torvalds2005-04-071-2/+2
* Evaluate logical expressions, and short-circuit it.Linus Torvalds2005-04-071-2/+2
* Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds2005-04-071-1/+1
* Oops. Initializer casts didn't actually save the result.Linus Torvalds2005-04-071-1/+1
* Remove last user of "struct token" from "struct expression".Linus Torvalds2005-04-071-4/+95
* Evaluate assignments:Linus Torvalds2005-04-071-3/+4
* Parse initializers properly. We parsed them before, but we didn'tLinus Torvalds2005-04-071-1/+1
* Start doing constant strings right: do proper concatenation of strings,Linus Torvalds2005-04-071-6/+35
* A structure member is just an identifier, not a random token.Linus Torvalds2005-04-071-1/+1
* Introduce a "struct position", and have the different types referLinus Torvalds2005-04-071-26/+29
* Give comma expressions and comparison expressions different types,Linus Torvalds2005-04-071-13/+13
* Make a function call point an expression type of its own, andLinus Torvalds2005-04-071-3/+18
* Fix typename parsing (incorrect ctype usage), and correctLinus Torvalds2005-04-071-1/+3
* Start doing type evaluation for binops - integer promotion rulesLinus Torvalds2005-04-071-6/+11
* Split up the expression parsing in "parse.c" into a file ofLinus Torvalds2005-04-071-0/+347