Linux SPARSE checker discussions
 help / color / mirror / Atom feed
 messages from 2007-05-02 04:24:12 to 2007-06-24 18:19:59 UTC [more...]

[PATCH 16/16] fix handling of integer constant expressions
 2007-06-24 18:18 UTC  (5+ messages)

[PATCH 15/16] deal with enum members without excessive PITA
 2007-06-24  8:05 UTC 

[PATCH 14/16] warn on return <void expression>;
 2007-06-24  8:05 UTC 

[PATCH 13/16] in case of compound literal we want to delay examining type
 2007-06-24  8:05 UTC 

[PATCH 12/16] move degenerate() down into compatible_assignment_types()
 2007-06-24  8:05 UTC 

[PATCH 11/16] fix default argument promotion
 2007-06-24  8:05 UTC 

[PATCH 10/16] fix index conversions in evaluate_ptr_add()
 2007-06-24  8:04 UTC 

[PATCH 9/16] clean up usual_conversions(), kill evaluate_shift()
 2007-06-24  8:04 UTC 

[PATCH 8/16] clean up the typechecking in arithmetics
 2007-06-24  8:04 UTC 

[PATCH 7/16] cleanup of evaluate_assign_op()
 2007-06-24  8:04 UTC 

[PATCH 6/16] remove useless argument in evaluate_ptr_sub()
 2007-06-24  8:04 UTC 

[PATCH 5/16] remove long-dead variable in evaluate_ptr_add()
 2007-06-24  8:04 UTC 

[PATCH 4/16] null pointer constants have no special meaning for pointer subtraction
 2007-06-24  8:03 UTC 

[PATCH 3/16] mechanically split compatible_assignment_types()
 2007-06-24  8:03 UTC 

[PATCH 2/16] take cast_to() out of usual_conversions(), do it in callers
 2007-06-24  8:03 UTC 

[PATCH 1/16] missing NULL checks in initializer handling
 2007-06-24  8:03 UTC 

[patchset] rewrite of initializer handling
 2007-06-20 21:29 UTC  (15+ messages)

[patchset] rewrite of initializer handling
 2007-06-19 22:33 UTC  (3+ messages)

[PATCH] Fix -E handling
 2007-06-14  0:01 UTC  (2+ messages)

[RFC][PATCH 00/10] Sparse: Git's "make check" target
 2007-06-13 20:25 UTC  (5+ messages)

Messing typedefs?
 2007-06-13  5:22 UTC  (2+ messages)

[PATCH] Improve error message if using a member of an incomplete struct or union
 2007-06-09  7:26 UTC  (2+ messages)

[PATCH] '\?' is a valid escape character defined by ANSI C. Its value is '?'
 2007-06-09  7:23 UTC  (2+ messages)

sparse missing bitwise warnings with dubious bitfields
 2007-06-08 13:19 UTC  (2+ messages)

warnings in git-wireless
 2007-06-07  1:13 UTC  (2+ messages)

sparse and ARRAY_SIZE() foolproofing
 2007-06-05 14:18 UTC 

sizeof() problem
 2007-06-04 21:54 UTC 

[RFC] infinite loop in free_preprocessor_line()
 2007-06-03 22:27 UTC  (4+ messages)

fun with ?:
 2007-06-03  1:05 UTC  (24+ messages)

Please make "no member" error more informative
 2007-05-31  5:30 UTC 

[PATCH 0/2] Improved flow graphs
 2007-05-29 16:05 UTC  (4+ messages)

[patches] misc fixes
 2007-05-27  0:44 UTC  (2+ messages)

pointer arithmetics and casts
 2007-05-26 15:45 UTC  (10+ messages)

comparison of safe pointers
 2007-05-25 15:44 UTC  (3+ messages)

[PATCH] better recovery from bad operations on bitwise
 2007-05-25  3:57 UTC 

[PATCH] fix interaction of typeof with bitwise types
 2007-05-25  3:57 UTC 

[PATCH] fix alignment for _Bool
 2007-05-25  3:57 UTC 

[PATCH] check for whitespace before object-like macro body
 2007-05-25  3:57 UTC 

[PATCH] saner reporting of overlaps in initializers
 2007-05-25  3:57 UTC 

[PATCH] handle __alignof as equivalent of __alignof__
 2007-05-25  3:57 UTC 

[PATCH 3/5] Add (more) support for WIN32 attribute names
 2007-05-24 17:24 UTC  (4+ messages)

[PATCH 0/5] Sparse on Cygwin (and git)
 2007-05-24 17:11 UTC  (3+ messages)

[PATCH 4/5] Fix an __attribute__() parsing error
 2007-05-24 17:07 UTC  (5+ messages)

'$' as "valid" character in identifiers
 2007-05-24 14:50 UTC  (13+ messages)

[PATCH 5/5] Add cygwin support to cgcc
 2007-05-23 17:41 UTC  (2+ messages)

[PATCH 1/5] Fix an "'__sentinel__' attribute directive ignored" warning
 2007-05-22 17:58 UTC 

Ignore the cdecl and stdcall attributes for now
 2007-05-23  2:01 UTC  (9+ messages)
          ` Running sparse on the Wine code (Was: Re: Ignore the cdecl and stdcall attributes for now.)

[PATCH] Beautify all & install Makefile targets v2
 2007-05-22 21:24 UTC  (2+ messages)

[PATCH] Fix compilation warning on 64 bits platforms
 2007-05-22 21:20 UTC  (6+ messages)

[PATCH] Beautify all & install Makefile targets
 2007-05-22 18:28 UTC  (9+ messages)
` [PATCH] __DATE__ & __TIME expansion

[PATCH] Fix compilation warning on 64 bits platforms v2
 2007-05-22 18:07 UTC 

Differences in the behaviour of sparse and gcc within cygwin environment
 2007-05-21 23:16 UTC  (4+ messages)
  ` Antwort: "

[PATCH] __DATE__ & __TIME expansion v2
 2007-05-21  0:40 UTC  (2+ messages)

[PATCH] Change sparse homepage in ctags headers
 2007-05-20 22:26 UTC  (2+ messages)

Test that causes sparse to hang
 2007-05-16  7:17 UTC  (2+ messages)

[PATCH 2/2] Add gvpr-based post-processing for graphs
 2007-05-15 11:28 UTC 

[PATCH 1/2] Improved graph generation using subgraph clusters for functions
 2007-05-15 11:26 UTC 

Style checking
 2007-05-11 10:25 UTC  (4+ messages)

looking for any examples of using sparse
 2007-05-10 17:46 UTC  (3+ messages)
  ` A Sparse C Interpreter [was: looking for any examples of using sparse]

inline functions and context
 2007-05-04 19:23 UTC  (2+ messages)

Listing special marked symbols - attribute section
 2007-05-04 18:29 UTC  (4+ messages)
  ` Antwort: "
    `  "

barrier macro
 2007-05-02 18:11 UTC  (7+ messages)

Array declarators not well diagnosed
 2007-05-02 13:59 UTC 

sparse -Wptr-subtraction-blows: still needed?
 2007-05-02 13:19 UTC  (8+ messages)

sparse memset warnings
 2007-05-02  6:28 UTC  (2+ messages)

Variable "combinations" in tokenize.c and token.h
 2007-05-02  4:56 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox