aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ident-list.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-20Parse and ignore the __regparm__ attribute, just like regparm.Josh Triplett1-1/+2
2006-10-17Recognize and ignore __alias__ and __visibility__Josh Triplett1-2/+2
2006-07-05[PATCH] Ignore no_instrument_function attributesJosh Triplett1-0/+1
2006-07-05[PATCH] Add support for GCC's __builtin_types_compatible_p extensionJosh Triplett1-0/+1
2006-03-28[PATCH] Attribute "sentinel"Morten Welinder1-0/+1
2005-06-20[PATCH] __attribute__ handling for attributes used in the userlandPeter Jones1-2/+9
2005-05-31[IDENT] Add some more attributesArnaldo Carvalho de Melo1-0/+4
2005-05-19Don't warn about undeclared "main()" function.Linus Torvalds1-0/+1
2005-04-07Make "check" (aka sparse) check arguments to some functions.Linus Torvalds1-0/+4
2005-04-07Add compile-time "range-check" infrastructure to sparseLinus Torvalds1-0/+1
2005-04-07[PATCH] Diff to make sparse not complain about __format_arg__santtu.hyrkko@gmail.com1-0/+1
2005-04-07Add an internal sparse "context" statement type.Linus Torvalds1-0/+3
2005-04-07Mark more identifiers reserved.Linus Torvalds1-6/+7
2005-04-07Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the sameLinus Torvalds1-0/+2
2005-04-07Introduce the notion of "reserved" identifiers. Linus Torvalds1-18/+44
2005-04-07[PATCH] trivial sparse patch - ignore model attributeDavid Mosberger1-1/+1
2005-04-07[PATCH] __attribute__((bitwise))Alexander Viro1-0/+1
2005-04-07[PATCH] avoid matching idents with string comparesChristopher Li1-0/+38