aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parser: add Blackfin gcc infoMike Frysinger2010-10-081-0/+6
* skip may_alias and declare builtin_fabsMorten Welinder2010-07-191-0/+2
* parser: fix and simplify support of asm gotoJiri Slaby2010-07-131-1/+2
* parser: add support for asm gotoJiri Slaby2010-06-171-0/+23
* Ignore the may_alias GCC attributeDamien Lespiau2010-06-171-0/+2
* Pointer don't inherent the alignment from base typeChristopher Li2010-03-281-0/+1
* Ignore "naked" attributeMichael Buesch2010-03-281-0/+2
* ignore attributes "externally_visible" and "signal"Michael Buesch2010-03-281-0/+4
* New attribute designated_init: mark a struct as requiring designated initJosh Triplett2010-03-281-0/+15
* Handle __builtin_ms_va_list.Michael Stefaniuc2010-03-281-0/+1
* Ignore the alloc_size attribute.Michael Stefaniuc2010-03-281-0/+2
* Ignore the ms_abi/sysv_abi attributes.Michael Stefaniuc2010-03-281-0/+4
* Declare ignored attributres into a list of string.Christopher Li2010-03-281-71/+82
* Move noreturn attribute out of ignore attr areaChristopher Li2010-03-281-2/+2
* do not ignore attribute 'noreturn'...Kamil Dudka2009-10-161-2/+2
* Add support for TImode type (__int128_t)Blue Swirl2009-08-011-3/+22
* Ignore attribute __bounded__, used by OpenBSD headers.Blue Swirl2009-08-031-0/+2
* Avoid "attribute 'warning': unknown attribute" warningLinus Torvalds2009-07-181-0/+2
* Allow array declarators to have 'restrict' in themLinus Torvalds2009-07-181-0/+2
* Support the __thread storage classAlberto Bertogli2009-07-181-3/+31
* Print an error if typeof() lacks an argumentMartin Nagy2009-07-181-1/+5
* Add missing checks for Waddress-spaceMartin Nagy2009-07-181-1/+1
* 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-181-29/+78
* Simplify get_number_value() and ctype_integer()Al Viro2009-07-181-11/+2
* Fix __label__ handlingAl Viro2009-07-181-28/+27
* Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOLAl Viro2009-07-181-2/+3
* Fix enumeration constants' scope beginningAl Viro2009-07-181-4/+3
* Restore __attribute__((mode)) handlingAl Viro2009-07-181-21/+97
* Pass decl_state down to ->attribute()Al Viro2009-07-181-18/+19
* Pass decl_state down to ->declarator() and handle_attributes()Al Viro2009-07-171-48/+48
* 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