aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow parsing L'\0'Christopher Li2010-04-081-0/+3
* Allow array declarators to have 'restrict' in themLinus Torvalds2009-07-181-0/+1
* Fix __label__ handlingAl Viro2009-07-181-0/+1
* Rewrite and fix specifiers handlingAl Viro2009-07-171-0/+1
* Ignore "cold" and "hot" attributes, which appeared in gcc 4.3Pavel Roskin2008-06-271-0/+2
* Handle ignored attribute mallocEmil Medve2007-11-131-0/+1
* [PATCH] implement __builtin_offsetof()Al Viro2007-06-261-0/+1
* Add explanatory comment about direct use of __IDENT for preprocessor idents.Josh Triplett2007-05-221-1/+3
* Add no-double-underscore variant format_arg.Josh Triplett2007-05-221-1/+1
* Add double-underscore variant __syscall_linkage__.Josh Triplett2007-05-221-1/+1
* Add no-double-underscore variant "used", ignored like "__used__".Josh Triplett2007-05-221-1/+1
* Add double-underscore variant __noinline__.Josh Triplett2007-05-221-1/+1
* Add double-underscore variant __always_inline__.Josh Triplett2007-05-221-1/+1
* Reorganize attribute list for readability.Josh Triplett2007-05-221-31/+32
* Move the ident for defined() into the preprocessor section.Josh Triplett2007-05-221-1/+2
* Remove inaccurate comment designating some attributes as windows-specific.Josh Triplett2007-05-221-2/+0
* Ignore the GCC constructor and destructor attributesJosh Triplett2007-05-221-0/+2
* Add (more) support for WIN32 attribute namesRamsay Jones2007-05-221-0/+7
* __DATE__ & __TIME expansionDamien Lespiau2007-05-201-0/+2
* Parse and ignore the __regparm__ attribute, just like regparm.Josh Triplett2007-04-201-1/+2
* Recognize and ignore __alias__ and __visibility__Josh Triplett2006-10-171-2/+2
* [PATCH] Ignore no_instrument_function attributesJosh Triplett2006-07-051-0/+1
* [PATCH] Add support for GCC's __builtin_types_compatible_p extensionJosh Triplett2006-07-051-0/+1
* [PATCH] Attribute "sentinel"Morten Welinder2006-03-281-0/+1
* [PATCH] __attribute__ handling for attributes used in the userlandPeter Jones2005-06-201-2/+9
* [IDENT] Add some more attributesArnaldo Carvalho de Melo2005-05-311-0/+4
* Don't warn about undeclared "main()" function.Linus Torvalds2005-05-191-0/+1
* Make "check" (aka sparse) check arguments to some functions.Linus Torvalds2005-04-071-0/+4
* Add compile-time "range-check" infrastructure to sparseLinus Torvalds2005-04-071-0/+1
* [PATCH] Diff to make sparse not complain about __format_arg__santtu.hyrkko@gmail.com2005-04-071-0/+1
* Add an internal sparse "context" statement type.Linus Torvalds2005-04-071-0/+3
* Mark more identifiers reserved.Linus Torvalds2005-04-071-6/+7
* Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the sameLinus Torvalds2005-04-071-0/+2
* Introduce the notion of "reserved" identifiers. Linus Torvalds2005-04-071-18/+44
* [PATCH] trivial sparse patch - ignore model attributeDavid Mosberger2005-04-071-1/+1
* [PATCH] __attribute__((bitwise))Alexander Viro2005-04-071-0/+1
* [PATCH] avoid matching idents with string comparesChristopher Li2005-04-071-0/+38