GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sparse.git
v0.4.3-gentoo
sys-devel/sparse backports and Gentoo-specific patches
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ident-list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow parsing L'\0'
Christopher Li
2010-04-08
1
-0
/
+3
*
Allow array declarators to have 'restrict' in them
Linus Torvalds
2009-07-18
1
-0
/
+1
*
Fix __label__ handling
Al Viro
2009-07-18
1
-0
/
+1
*
Rewrite and fix specifiers handling
Al Viro
2009-07-17
1
-0
/
+1
*
Ignore "cold" and "hot" attributes, which appeared in gcc 4.3
Pavel Roskin
2008-06-27
1
-0
/
+2
*
Handle ignored attribute malloc
Emil Medve
2007-11-13
1
-0
/
+1
*
[PATCH] implement __builtin_offsetof()
Al Viro
2007-06-26
1
-0
/
+1
*
Add explanatory comment about direct use of __IDENT for preprocessor idents.
Josh Triplett
2007-05-22
1
-1
/
+3
*
Add no-double-underscore variant format_arg.
Josh Triplett
2007-05-22
1
-1
/
+1
*
Add double-underscore variant __syscall_linkage__.
Josh Triplett
2007-05-22
1
-1
/
+1
*
Add no-double-underscore variant "used", ignored like "__used__".
Josh Triplett
2007-05-22
1
-1
/
+1
*
Add double-underscore variant __noinline__.
Josh Triplett
2007-05-22
1
-1
/
+1
*
Add double-underscore variant __always_inline__.
Josh Triplett
2007-05-22
1
-1
/
+1
*
Reorganize attribute list for readability.
Josh Triplett
2007-05-22
1
-31
/
+32
*
Move the ident for defined() into the preprocessor section.
Josh Triplett
2007-05-22
1
-1
/
+2
*
Remove inaccurate comment designating some attributes as windows-specific.
Josh Triplett
2007-05-22
1
-2
/
+0
*
Ignore the GCC constructor and destructor attributes
Josh Triplett
2007-05-22
1
-0
/
+2
*
Add (more) support for WIN32 attribute names
Ramsay Jones
2007-05-22
1
-0
/
+7
*
__DATE__ & __TIME expansion
Damien Lespiau
2007-05-20
1
-0
/
+2
*
Parse and ignore the __regparm__ attribute, just like regparm.
Josh Triplett
2007-04-20
1
-1
/
+2
*
Recognize and ignore __alias__ and __visibility__
Josh Triplett
2006-10-17
1
-2
/
+2
*
[PATCH] Ignore no_instrument_function attributes
Josh Triplett
2006-07-05
1
-0
/
+1
*
[PATCH] Add support for GCC's __builtin_types_compatible_p extension
Josh Triplett
2006-07-05
1
-0
/
+1
*
[PATCH] Attribute "sentinel"
Morten Welinder
2006-03-28
1
-0
/
+1
*
[PATCH] __attribute__ handling for attributes used in the userland
Peter Jones
2005-06-20
1
-2
/
+9
*
[IDENT] Add some more attributes
Arnaldo Carvalho de Melo
2005-05-31
1
-0
/
+4
*
Don't warn about undeclared "main()" function.
Linus Torvalds
2005-05-19
1
-0
/
+1
*
Make "check" (aka sparse) check arguments to some functions.
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Add compile-time "range-check" infrastructure to sparse
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] Diff to make sparse not complain about __format_arg__
santtu.hyrkko@gmail.com
2005-04-07
1
-0
/
+1
*
Add an internal sparse "context" statement type.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Mark more identifiers reserved.
Linus Torvalds
2005-04-07
1
-6
/
+7
*
Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the same
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Introduce the notion of "reserved" identifiers.
Linus Torvalds
2005-04-07
1
-18
/
+44
*
[PATCH] trivial sparse patch - ignore model attribute
David Mosberger
2005-04-07
1
-1
/
+1
*
[PATCH] __attribute__((bitwise))
Alexander Viro
2005-04-07
1
-0
/
+1
*
[PATCH] avoid matching idents with string compares
Christopher Li
2005-04-07
1
-0
/
+38