aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up and split declaration_specifiers()Al Viro2009-07-171-30/+29
* Have ->declarator() act directly on ctype being affectedAl Viro2009-07-171-73/+161
* Rewrite and fix specifiers handlingAl Viro2009-07-171-160/+207
* Saner type for __builtin_va_listAl Viro2009-07-171-1/+1
* Take the rest of specifiers to parse.cAl Viro2009-07-171-2/+26
* preparations to ->declarator() cleanup - separate typedef handlingAl Viro2009-07-171-9/+11
* Fix handling of typedefs with several declaratorsAl Viro2009-07-171-0/+3
* Take the rest of storage class keywords to parse.cAl Viro2009-07-171-0/+6
* Fix regression created by commit af30c6df74f01db10fa78ac0cbdb5c3c40b5c73fAl Viro2009-07-171-0/+2
* Propagate decl_state to declaration_specifiers()Al Viro2009-07-171-37/+37
* Separating ctype and parser state, part 1Al Viro2009-07-171-44/+54
* Sanitize direct_declarator logicsAl Viro2009-07-171-75/+65
* 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-171-8/+15
* Warn about non-empty identifier list outside of definitionAl Viro2009-07-171-2/+10
* more direct_declarator() sanitizingAl Viro2009-07-171-51/+87
* Fix attribute/asm handlingAl Viro2009-07-171-7/+10
* More nested declarator fixesAl Viro2009-07-171-0/+2
* Separate parsing of identifier-list (in K&R-style declarations)Al Viro2009-07-171-2/+26
* Fix handling of ident-less declarationsAl Viro2009-07-171-1/+9
* fun with declarations and definitionsAl Viro2009-07-171-11/+15
* fun with declarations and definitionsAl Viro2009-07-171-0/+15
* Revert the context tracking codeJohannes Berg2008-12-241-124/+10
* Add enum member list to the parentChristopher Li2008-12-181-4/+2
* Warning should be enough for an unhandled transparent unionAlexey Zaytsev2008-12-181-1/+1
* Ignore "cold" and "hot" attributes, which appeared in gcc 4.3Pavel Roskin2008-06-271-0/+4
* Add -Wno-declaration-after-statementGeoff Johnstone2008-04-211-3/+1
* sparse: simple conditional context trackingJohannes Berg2008-04-211-0/+52
* make sparse keep its promise about context trackingJohannes Berg2008-04-211-10/+72
* saner warnings for restricted typesAl Viro2008-04-031-2/+9
* Handle ignored attribute mallocEmil Medve2007-11-131-0/+1
* Perform local label lookupChristopher Li2007-10-201-0/+13
* [PATCH] file and global scopes are the same for purposes of struct redefiningAl Viro2007-07-291-1/+1
* parse.c: Adding va_end().ricknu-0@student.ltu.se2007-07-271-7/+7
* add end position to symbolsRob Taylor2007-07-131-1/+20
* fix handling of address_space in casts and assignmentsAl Viro2007-07-101-2/+5
* Bitfield without explicit sign should be a warning, not an errorPavel Roskin2007-06-271-1/+1
* [PATCH] fix handling of integer constant expressionsAl Viro2007-06-261-5/+5
* [PATCH] deal with enum members without excessive PITAAl Viro2007-06-251-0/+1
* [PATCH] tie the fields of struct in simple listAl Viro2007-06-181-1/+19
* Add no-double-underscore variant format_arg.Josh Triplett2007-05-221-0/+1
* Add double-underscore variant __syscall_linkage__.Josh Triplett2007-05-221-0/+1
* Add no-double-underscore variant "used", ignored like "__used__".Josh Triplett2007-05-221-0/+1
* Add double-underscore variant __noinline__.Josh Triplett2007-05-221-0/+1
* Add double-underscore variant __always_inline__.Josh Triplett2007-05-221-0/+1
* Ignore the GCC constructor and destructor attributesJosh Triplett2007-05-221-0/+4
* Add (more) support for WIN32 attribute namesRamsay Jones2007-05-221-0/+6
* Fix an __attribute__() parsing errorJosh Triplett2007-05-221-1/+4