summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore attribute __bounded__, used by OpenBSD headers.Blue Swirl2009-08-031-0/+2
* test-suite: integrate unhandled proprocessor testsHannes Eder2009-07-279-0/+142
* compile-i386: do not generate an infinite loopKamil Dudka2009-07-221-4/+4
* Makefile: suppress error message from pkg-configRamsay Jones2009-07-201-1/+1
* test-suite: be more verbose on 'unhandled' and 'known to fail' testsHannes Eder2009-07-191-1/+5
* move extern inline function to file scopeChristopher Li2009-07-194-6/+40
* Add validation for restrict and attribute warningChristopher Li2009-07-182-0/+20
* Avoid "attribute 'warning': unknown attribute" warningLinus Torvalds2009-07-181-0/+2
* Turn off '-Wtransparent-union' by defaultLinus Torvalds2009-07-181-1/+1
* Allow array declarators to have 'restrict' in themLinus Torvalds2009-07-182-0/+3
* Have Makefile import local.mk if it exists.Samuel Bronson2009-07-182-2/+12
* Support the __thread storage classAlberto Bertogli2009-07-182-4/+33
* Print an error if typeof() lacks an argumentMartin Nagy2009-07-182-1/+19
* Add missing checks for Waddress-spaceMartin Nagy2009-07-182-5/+5
* .gitignore: Ignore dependencies and Vim swap filesMartin Nagy2009-07-181-0/+2
* warn directive in argument listAl Viro2009-07-181-2/+26
* Segfault at evaluate.c:341Al Viro2009-07-181-0/+1
* Sanitize pointer()Al Viro2009-07-181-15/+5
* Don't mix storage class bits with ctype->modifiers while parsing typeAl Viro2009-07-185-43/+86
* Simplify get_number_value() and ctype_integer()Al Viro2009-07-183-32/+23
* Fix __label__ handlingAl Viro2009-07-185-32/+40
* Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOLAl Viro2009-07-183-3/+16
* Fix enumeration constants' scope beginningAl Viro2009-07-182-4/+14
* Restore __attribute__((mode)) handlingAl Viro2009-07-183-22/+101
* Pass decl_state down to ->attribute()Al Viro2009-07-182-19/+20
* Pass decl_state down to ->declarator() and handle_attributes()Al Viro2009-07-172-49/+49
* Clean up and split declaration_specifiers()Al Viro2009-07-171-30/+29
* Have ->declarator() act directly on ctype being affectedAl Viro2009-07-172-73/+162
* Rewrite and fix specifiers handlingAl Viro2009-07-176-166/+468
* Saner type for __builtin_va_listAl Viro2009-07-171-1/+1
* Take the rest of specifiers to parse.cAl Viro2009-07-173-44/+33
* preparations to ->declarator() cleanup - separate typedef handlingAl Viro2009-07-171-9/+11
* Fix handling of typedefs with several declaratorsAl Viro2009-07-172-0/+18
* Take the rest of storage class keywords to parse.cAl Viro2009-07-172-6/+6
* Fix regression created by commit af30c6df74f01db10fa78ac0cbdb5c3c40b5c73fAl Viro2009-07-172-0/+42
* Propagate decl_state to declaration_specifiers()Al Viro2009-07-171-37/+37
* Separating ctype and parser state, part 1Al Viro2009-07-172-44/+60
* Sanitize direct_declarator logicsAl Viro2009-07-173-86/+76
* Fix braino in which_kind()Al Viro2009-07-171-1/+1
* Don't mess with passing symbol to declarator/direct_declaratorAl Viro2009-07-171-16/+14
* Leave applying attributes until we know whether it's a nested declaratorAl Viro2009-07-171-23/+63
* Apply attributes after ( to the right placeAl Viro2009-07-172-8/+27
* Warn about non-empty identifier list outside of definitionAl Viro2009-07-172-8/+18
* more direct_declarator() sanitizingAl Viro2009-07-172-51/+127
* Fix attribute/asm handlingAl Viro2009-07-171-7/+10
* More nested declarator fixesAl Viro2009-07-172-0/+18
* Separate parsing of identifier-list (in K&R-style declarations)Al Viro2009-07-172-2/+44
* Fix handling of ident-less declarationsAl Viro2009-07-172-1/+27
* Fix implicit cast to floatThomas Schmid2009-07-173-34/+35
* fun with declarations and definitionsAl Viro2009-07-172-11/+26