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
/
parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up and split declaration_specifiers()
Al Viro
2009-07-17
1
-30
/
+29
*
Have ->declarator() act directly on ctype being affected
Al Viro
2009-07-17
1
-73
/
+161
*
Rewrite and fix specifiers handling
Al Viro
2009-07-17
1
-160
/
+207
*
Saner type for __builtin_va_list
Al Viro
2009-07-17
1
-1
/
+1
*
Take the rest of specifiers to parse.c
Al Viro
2009-07-17
1
-2
/
+26
*
preparations to ->declarator() cleanup - separate typedef handling
Al Viro
2009-07-17
1
-9
/
+11
*
Fix handling of typedefs with several declarators
Al Viro
2009-07-17
1
-0
/
+3
*
Take the rest of storage class keywords to parse.c
Al Viro
2009-07-17
1
-0
/
+6
*
Fix regression created by commit af30c6df74f01db10fa78ac0cbdb5c3c40b5c73f
Al Viro
2009-07-17
1
-0
/
+2
*
Propagate decl_state to declaration_specifiers()
Al Viro
2009-07-17
1
-37
/
+37
*
Separating ctype and parser state, part 1
Al Viro
2009-07-17
1
-44
/
+54
*
Sanitize direct_declarator logics
Al Viro
2009-07-17
1
-75
/
+65
*
Fix braino in which_kind()
Al Viro
2009-07-17
1
-1
/
+1
*
Don't mess with passing symbol to declarator/direct_declarator
Al Viro
2009-07-17
1
-16
/
+14
*
Leave applying attributes until we know whether it's a nested declarator
Al Viro
2009-07-17
1
-23
/
+63
*
Apply attributes after ( to the right place
Al Viro
2009-07-17
1
-8
/
+15
*
Warn about non-empty identifier list outside of definition
Al Viro
2009-07-17
1
-2
/
+10
*
more direct_declarator() sanitizing
Al Viro
2009-07-17
1
-51
/
+87
*
Fix attribute/asm handling
Al Viro
2009-07-17
1
-7
/
+10
*
More nested declarator fixes
Al Viro
2009-07-17
1
-0
/
+2
*
Separate parsing of identifier-list (in K&R-style declarations)
Al Viro
2009-07-17
1
-2
/
+26
*
Fix handling of ident-less declarations
Al Viro
2009-07-17
1
-1
/
+9
*
fun with declarations and definitions
Al Viro
2009-07-17
1
-11
/
+15
*
fun with declarations and definitions
Al Viro
2009-07-17
1
-0
/
+15
*
Revert the context tracking code
Johannes Berg
2008-12-24
1
-124
/
+10
*
Add enum member list to the parent
Christopher Li
2008-12-18
1
-4
/
+2
*
Warning should be enough for an unhandled transparent union
Alexey Zaytsev
2008-12-18
1
-1
/
+1
*
Ignore "cold" and "hot" attributes, which appeared in gcc 4.3
Pavel Roskin
2008-06-27
1
-0
/
+4
*
Add -Wno-declaration-after-statement
Geoff Johnstone
2008-04-21
1
-3
/
+1
*
sparse: simple conditional context tracking
Johannes Berg
2008-04-21
1
-0
/
+52
*
make sparse keep its promise about context tracking
Johannes Berg
2008-04-21
1
-10
/
+72
*
saner warnings for restricted types
Al Viro
2008-04-03
1
-2
/
+9
*
Handle ignored attribute malloc
Emil Medve
2007-11-13
1
-0
/
+1
*
Perform local label lookup
Christopher Li
2007-10-20
1
-0
/
+13
*
[PATCH] file and global scopes are the same for purposes of struct redefining
Al Viro
2007-07-29
1
-1
/
+1
*
parse.c: Adding va_end().
ricknu-0@student.ltu.se
2007-07-27
1
-7
/
+7
*
add end position to symbols
Rob Taylor
2007-07-13
1
-1
/
+20
*
fix handling of address_space in casts and assignments
Al Viro
2007-07-10
1
-2
/
+5
*
Bitfield without explicit sign should be a warning, not an error
Pavel Roskin
2007-06-27
1
-1
/
+1
*
[PATCH] fix handling of integer constant expressions
Al Viro
2007-06-26
1
-5
/
+5
*
[PATCH] deal with enum members without excessive PITA
Al Viro
2007-06-25
1
-0
/
+1
*
[PATCH] tie the fields of struct in simple list
Al Viro
2007-06-18
1
-1
/
+19
*
Add no-double-underscore variant format_arg.
Josh Triplett
2007-05-22
1
-0
/
+1
*
Add double-underscore variant __syscall_linkage__.
Josh Triplett
2007-05-22
1
-0
/
+1
*
Add no-double-underscore variant "used", ignored like "__used__".
Josh Triplett
2007-05-22
1
-0
/
+1
*
Add double-underscore variant __noinline__.
Josh Triplett
2007-05-22
1
-0
/
+1
*
Add double-underscore variant __always_inline__.
Josh Triplett
2007-05-22
1
-0
/
+1
*
Ignore the GCC constructor and destructor attributes
Josh Triplett
2007-05-22
1
-0
/
+4
*
Add (more) support for WIN32 attribute names
Ramsay Jones
2007-05-22
1
-0
/
+6
*
Fix an __attribute__() parsing error
Josh Triplett
2007-05-22
1
-1
/
+4
[next]