summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New attribute designated_init: mark a struct as requiring designated initJosh Triplett2010-03-281-1/+2
* Make MOD_NORETURN fits into 32 bitChristopher Li2009-10-161-1/+1
* do not ignore attribute 'noreturn'...Kamil Dudka2009-10-161-1/+3
* Add support for TImode type (__int128_t)Blue Swirl2009-08-011-3/+6
* move extern inline function to file scopeChristopher Li2009-07-191-0/+12
* Support the __thread storage classAlberto Bertogli2009-07-181-1/+2
* Don't mix storage class bits with ctype->modifiers while parsing typeAl Viro2009-07-181-3/+2
* Fix __label__ handlingAl Viro2009-07-181-1/+0
* Restore __attribute__((mode)) handlingAl Viro2009-07-181-1/+3
* Pass decl_state down to ->attribute()Al Viro2009-07-181-1/+1
* Pass decl_state down to ->declarator() and handle_attributes()Al Viro2009-07-171-1/+1
* Have ->declarator() act directly on ctype being affectedAl Viro2009-07-171-0/+1
* Rewrite and fix specifiers handlingAl Viro2009-07-171-5/+7
* Take the rest of specifiers to parse.cAl Viro2009-07-171-0/+1
* Separating ctype and parser state, part 1Al Viro2009-07-171-0/+6
* Fix implicit cast to floatThomas Schmid2009-07-171-0/+32
* fun with declarations and definitionsAl Viro2009-07-171-0/+1
* Revert the context tracking codeJohannes Berg2008-12-241-2/+1
* Remove symbol.id_listAlexey Zaytsev2008-06-111-2/+1
* sparse: simple conditional context trackingJohannes Berg2008-04-211-1/+1
* make sparse keep its promise about context trackingJohannes Berg2008-04-211-0/+1
* [PATCH] deal correctly with qualifiers on arraysAl Viro2007-07-141-0/+1
* [PATCH] rewrite type_difference()Al Viro2007-07-141-2/+2
* new get_type_name functionRob Taylor2007-07-131-0/+1
* add end position to symbolsRob Taylor2007-07-131-0/+1
* fix handling of address_space in casts and assignmentsAl Viro2007-07-101-2/+2
* first pass at null pointer constantsAl Viro2007-07-081-1/+2
* [PATCH] deal with enum members without excessive PITAAl Viro2007-06-251-1/+1
* [PATCH] tie the fields of struct in simple listAl Viro2007-06-181-1/+5
* Improved graph generation using subgraph clusters for functionsDan Sheridan2007-05-221-0/+1
* Fix typos in commentsJosh Triplett2007-03-091-2/+2
* Introduce keyword driven attribute parsingChristopher Li2007-03-091-0/+3
* Fix typo in symbol.h: s/keywrods/keywords/Josh Triplett2007-03-071-1/+1
* Introduce top level parsing for asm parsing.Josh Triplett2007-03-071-0/+1
* Introducing statement keywordsJosh Triplett2007-03-071-0/+9
* Free up some special bits in modifiers.Josh Triplett2007-03-071-8/+16
* Bug fix in pointer modifier inheritance at function degeneration.Christopher Li2007-02-131-0/+1
* Marking anonymous string.Christopher Li2007-01-271-1/+2
* Enhance debug information.Christopher Li2007-01-271-0/+2
* Sparse-based Ctags implementationChristopher Li2007-01-161-0/+4
* implement #strong_defineOleg Nesterov2006-12-051-3/+4
* prepare for #strong_{define,undef}Oleg Nesterov2006-12-051-1/+4
* fix 'weak' attribute lossOleg Nesterov2006-12-051-0/+1
* kill NS_INVISIBLEMACRO, introduce NS_UNDEFOleg Nesterov2006-12-051-1/+1
* merge branch 'no-semantic-h' into staging and fix conflictsJosh Triplett2006-10-161-1/+1
|\
| * Fix incorrect symbol in comment on #endif for multiple-inclusion guardJosh Triplett2006-09-141-1/+1
* | [PATCH] handle fouled-bitwiseAl Viro2006-10-011-0/+5
* | [PATCH] add support for __builtin_choose_expr()Al Viro2006-09-301-0/+1
|/
* [PATCH] Parse and track multiple contexts by expressionJosh Triplett2006-08-301-1/+11
* [PATCH] Warning for mixing enums of different typesMorten Welinder2006-03-281-0/+7