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
/
symbol.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] Parse and track multiple contexts by expression
Josh Triplett
2006-08-30
1
-1
/
+11
*
[PATCH] Warning for mixing enums of different types
Morten Welinder
2006-03-28
1
-0
/
+7
*
[PATCH] beginning of #include protection rewrite: cleanup
Al Viro
2005-11-27
1
-0
/
+1
*
[PATCH] skip already evaluated symbols
Mitesh Shah
2005-11-16
1
-1
/
+2
*
Warn about undefined preprocessor symbols at expansion time, not parse time
Linus Torvalds
2005-09-09
1
-0
/
+2
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-0
/
+1
*
Fix up type examination.
Linus Torvalds
2005-06-16
1
-0
/
+5
*
[PATCH] static declear
Christopher Li
2005-04-07
1
-0
/
+1
*
Be more careful about removing implicit casts.
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Export "is_ptr_type()" helper function to others.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Fix check for "local" symbols.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make "translation_unit()" do symbol evaluation too.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Show usage notes for symbols.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add "weak" defines
Linus Torvalds
2005-04-07
1
-1
/
+1
*
enums, bitfields and nodes pick up their signedness
Linus Torvalds
2005-04-07
1
-2
/
+5
*
Remove "fieldwidth" member of struct symbol
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Use 'bad_type' instead of NULL when something bad happens
Linus Torvalds
2005-04-07
1
-7
/
+4
*
Implement __builtin_safe_p() to match __builtin_constant_p.
Linus Torvalds
2005-04-07
1
-1
/
+4
*
Replace context/contextmask (never used) with in_context/out_context.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Handle __func__, __FUNCTION__ and __PRETTY_FUNCTION__ the same
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Introduce the notion of "reserved" identifiers.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
[PATCH] enum handling
Alexander Viro
2005-04-07
1
-3
/
+7
*
Fix structure size calculation for structures with unsized arrays.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Getting the type of a symbol (and checking behind SYM_NODE) is
Linus Torvalds
2005-04-07
1
-8
/
+4
*
symbol.h, symbol.c:
welinder@troll.com
2005-04-07
1
-5
/
+5
*
Move symbol "used" flag out from SYM_NODE union.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Sanitize base type declarations some more.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
[PATCH] make preprocesser command a symbol
Christopher Li
2005-04-07
1
-25
/
+32
*
[PATCH] __attribute__((bitwise))
Alexander Viro
2005-04-07
1
-0
/
+9
*
[PATCH] uninlining inline functions
Alexander Viro
2005-04-07
1
-0
/
+2
*
[PATCH] avoid matching idents with string compares
Christopher Li
2005-04-07
1
-32
/
+3
*
Put enums in the same namespace as unions and structs.
welinder@troll.com
2005-04-07
1
-5
/
+4
*
Disallow sizeof/alignof/typeof on bitfields.
welinder@troll.com
2005-04-07
1
-1
/
+8
*
Handle __func__ correctly as a variable and not a #define.
welinder@troll.com
2005-04-07
1
-0
/
+1
*
parse.c:
welinder@troll.com
2005-04-07
1
-0
/
+1
*
[PATCH] "signed unsigned", "short long", "double x : 4", "int y : 1 : 2"
terra@gnome.org
2005-04-07
1
-0
/
+9
*
[PATCH] Avoid recursive inline function expansion
Christopher Li
2005-04-07
1
-1
/
+2
*
Make expression expansion calculate the "cost" of the
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Make the lazy pointer evaluation marker explicit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Introduce a "incomplete type" rather than leaving
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Add "force" type attribute.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make sure user-defined types don't mix with other
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Initialize C type system after parsing the command line arguments.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] Fix "return" target handling
Christopher Li
2005-04-07
1
-2
/
+4
*
Introduce "safe" pointer expressions.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] condition branch simplification
Christopher Li
2005-04-07
1
-1
/
+0
*
Support type equality testing for real.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Support C types as first-class citizens, allowing type
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Make it possible to look up multiple namespaces at once
Linus Torvalds
2005-04-07
1
-8
/
+8
*
Add bb "parent" information (ie back-pointers).
Linus Torvalds
2005-04-07
1
-0
/
+1
[next]