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
/
validation
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add test-suite annotations to struct-ns1.c
Josh Triplett
2007-09-15
1
-0
/
+3
*
Add test-suite annotations to non-pointer-null.c
Josh Triplett
2007-09-15
1
-0
/
+7
*
Add test-suite annotations to struct-attribute-placement.c
Josh Triplett
2007-09-15
1
-0
/
+3
*
Add test-suite annotations to varargs1.c
Josh Triplett
2007-09-15
1
-0
/
+3
*
Add test-suite annotations to badtype4.c
Josh Triplett
2007-09-15
1
-0
/
+8
*
Add test-suite annotations to check_byte_count-ice.c
Josh Triplett
2007-09-15
1
-0
/
+8
*
Add test-suite annotations to double-semicolon.c
Josh Triplett
2007-09-15
1
-0
/
+3
*
Add test-suite annotations to restricted-typeof.c
Josh Triplett
2007-09-15
1
-0
/
+4
*
Add test case for -Wtypesign
Josh Triplett
2007-08-30
1
-0
/
+61
*
Add another test case to validation/comma.c
Josh Triplett
2007-08-02
1
-0
/
+6
*
Add test case for comparing null pointer constant to int.
Josh Triplett
2007-07-29
1
-0
/
+11
*
Remove explicit restatements of defaults in metadata for comma test
Josh Triplett
2007-07-29
1
-4
/
+0
*
[PATCH] ...,array should degenerate
Al Viro
2007-07-29
1
-0
/
+10
*
Remove explicit restatements of defaults in metadata for outer-scope test
Josh Triplett
2007-07-29
1
-3
/
+0
*
[PATCH] file and global scopes are the same for purposes of struct redefining
Al Viro
2007-07-29
1
-0
/
+19
*
Remove explicit restatements of defaults in metadata for member_of_typeof test
Josh Triplett
2007-07-29
1
-4
/
+0
*
[PATCH] handling of typeof in evaluate_member_dereference()
Al Viro
2007-07-28
1
-0
/
+14
*
Make "Initializer entry defined twice" a warning, not an error
Josh Triplett
2007-07-27
1
-2
/
+2
*
validation/builtin_safe1.c: Show the unsafe macro argument
Josh Triplett
2007-07-27
1
-1
/
+1
*
Add test-suite metadata to label-attr.c
Josh Triplett
2007-07-27
1
-0
/
+3
*
Add test-suite metadata to old-initializer.c; also test with -Wno-initializer
Josh Triplett
2007-07-22
2
-0
/
+16
*
Add test-suite metadata to calling-convention-attributes.c
Josh Triplett
2007-07-22
1
-0
/
+3
*
Add test-suite metadata to escapes.c
Josh Triplett
2007-07-22
1
-0
/
+3
*
Add test-suite metadata to context.c
Josh Triplett
2007-07-22
1
-0
/
+20
*
Add test-suite metadata to initializer-entry-defined-twice.c
Josh Triplett
2007-07-22
1
-0
/
+10
*
Add test-suite metadata to bad-ternary-cond.c, and remove now-redundant comment
Josh Triplett
2007-07-22
1
-3
/
+8
*
Add test-suite metadata to bad-cast.c
Josh Triplett
2007-07-22
1
-0
/
+9
*
Fix test-suite to handle stdout and stderr separately, and fix up tests
Josh Triplett
2007-07-22
10
-62
/
+47
*
[PATCH] saner show_type()
Al Viro
2007-07-14
1
-1
/
+1
*
fix handling of pointers in ?:
Al Viro
2007-07-10
1
-0
/
+23
*
Add test-suite comment to bad-array-designated-initializer.c
Josh Triplett
2007-07-08
1
-0
/
+13
*
Remove "check-exit-value: 0" and rely on default; remove extra blank line.
Josh Triplett
2007-07-08
16
-25
/
+0
*
Add test-suite comment to label-asm.c
Josh Triplett
2007-07-08
1
-0
/
+6
*
Rename asm-volatile to better describe what it tests
Josh Triplett
2007-07-08
1
-0
/
+0
*
Add test-suite comment to address_space.c
Josh Triplett
2007-07-08
1
-0
/
+12
*
Add test-suite comment to preprocessor21.
Josh Triplett
2007-07-08
1
-0
/
+14
*
Make preprocessor-loop a normal numbered preprocessor test
Josh Triplett
2007-07-08
1
-0
/
+0
*
Add test-suite comments to all the obvious preprocessor tests
Josh Triplett
2007-07-08
8
-34
/
+103
*
validation: Update comments for current Sparse behavior and test-suite.
Josh Triplett
2007-07-08
3
-41
/
+4
*
Move test-suite output files to validation/.gitignore
Josh Triplett
2007-07-08
1
-0
/
+4
*
Sample test-suite test cases
Damien Lespiau
2007-07-08
6
-0
/
+68
*
test-suite: a tiny test automation script
Damien Lespiau
2007-07-08
1
-0
/
+252
*
Move all the preprocessor tests into validation/preprocessor/
Josh Triplett
2007-06-28
22
-0
/
+0
*
Fix warnings about undeclared globals, they are irrelevant to the test
Pavel Roskin
2007-06-27
1
-2
/
+2
*
Avoid use of libc headers in the validation suite
Pavel Roskin
2007-06-27
3
-4
/
+4
*
validation/non-pointer-null.c: Make global static to avoid extraneous warning.
Josh Triplett
2007-06-26
1
-1
/
+1
*
validation/escapes.c: Make globals static to avoid extraneous warnings.
Josh Triplett
2007-06-26
1
-3
/
+3
*
validation/restricted-typeof.c: Make globals static to avoid extraneous warni...
Josh Triplett
2007-06-26
1
-3
/
+3
*
validation/old-initializer.c: Make the_s static to avoid extraneous warning.
Josh Triplett
2007-06-26
1
-1
/
+1
*
'\?' is a valid escape character defined by ANSI C. Its value is '?'.
Michael Stefaniuc
2007-06-09
1
-0
/
+3
[prev]
[next]