linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 18:19:53 to 2020-06-18 20:49:42 UTC [more...]

[PATCH 0/5] support builtin macros & __has_feature()
 2020-06-18 20:47 UTC  (6+ messages)
` [PATCH 1/5] pre-process: add testcases for __has_feature() & __has_extension()
` [PATCH 2/5] pre-process: rename 'expander' into 'expand_simple'
` [PATCH 3/5] pre-process: add support for builtin macros
` [PATCH 4/5] pre-process: add support for __has_feature() & __has_extension()
` [PATCH 5/5] pre-process: make __has_{attribute,builtin}() true builtin macros

[PATCH] ir-validate: remove orphan comments
 2020-06-18 18:58 UTC  (2+ messages)

[PATCH] testsuite: be less paranoid with timeout
 2020-06-16 21:11 UTC 

[PATCH] build: let the C++ compiler be configurable
 2020-06-16 21:10 UTC 

[PATCH] doc: reformulate an item in the TODO
 2020-06-16 21:04 UTC 

[PATCH] doc: fix markup in types.rst (s/```/``/)
 2020-06-16 21:04 UTC 

[PATCH] doc: fix some typos
 2020-06-16 21:03 UTC 

[PATCH] doc: update TODO
 2020-06-16 21:02 UTC 

[PATCH] doc: add intro stolen from the wiki
 2020-06-16 20:57 UTC  (3+ messages)

[PATCH] predefine: add a macro telling about named address spaces
 2020-06-16 20:51 UTC  (3+ messages)

[PATCH] doc: copy the old relnotes here
 2020-06-16  0:09 UTC 

donation of Euro 2,000,000.00
 2020-06-15 21:54 UTC 

[ANNOUNCE] Sparse v0.6.2-rc1
 2020-06-15 23:33 UTC  (7+ messages)

[PATCH] printk: Make linux/printk.h self-contained
 2020-06-15 19:17 UTC  (5+ messages)

[PATCH] doc: minimal version for Sphinx is 1.7
 2020-06-15 16:40 UTC 

[PATCH] doc: correct some spelling
 2020-06-14 23:42 UTC  (3+ messages)

[PATCH] doc: reindent the sublists in the relnotes
 2020-06-14 21:10 UTC 

[PATCH] attribute: parse but ignore enum attributes
 2020-06-14 19:35 UTC  (2+ messages)

[PATCH] sindex: use -stdc=gnu99
 2020-06-14 11:35 UTC 

[PATCH] sindex: minimal version for sqlite3 is 3.24
 2020-06-14 11:30 UTC 

Lucrative Proposal
 2020-06-13 20:59 UTC 

[PATCH] doc: add release notes for incoming v0.6.2
 2020-06-12 22:13 UTC 

[PATCH] doc: add link to the doc on kernel.org in the man page
 2020-06-12 22:13 UTC 

[PATCH] doc: move meta-doc to its own section
 2020-06-12 22:12 UTC 

[PATCH 0/7] move arch-specific builtins to their own table
 2020-06-12 17:04 UTC  (14+ messages)
` [PATCH 1/7] builtin: can be initialized later
` [PATCH 2/7] builtin: use a table for the builtins
` [PATCH 3/7] builtin: unify the 2 tables of builtins
` [PATCH 4/7] builtin: add support for arch-specific builtins
` [PATCH 5/7] arch: add specificities for Nios2
` [PATCH 6/7] arch: add specificities for Blackfin
` [PATCH 7/7] arch: add specificities for Alpha

[PATCH] doc: add some doc for the type system
 2020-06-10 21:12 UTC 

[PATCH] testsuite: plain chars are never compatible with [un]signed chars
 2020-06-10 20:36 UTC 

[SPARSE PATCH] nios2: add declaration for __builtin_{rd,wr}ctl()
 2020-06-09 18:45 UTC 

[PATCH AUTOSEL 5.6 042/606] x86: Fix early boot crash on gcc-10, third try
 2020-06-08 23:02 UTC  (2+ messages)

[PATCH] pre-process: remove unneeded declaration of show_token_sequence()
 2020-06-08 23:33 UTC  (2+ messages)

[PATCH] generic: fix crash when nothing match
 2020-06-08 23:32 UTC 

[Bug 207959] New: Don't warn about the universal zero initializer for a structure with the 'designated_init' attribute
 2020-06-08  7:53 UTC  (12+ messages)
` [Bug 207959] "

[PATCH] pre-process: fix a compiler array subscript type warning
 2020-06-05 23:09 UTC  (2+ messages)

[PATCH] univ-init: scalar initializer needs some additional checks
 2020-06-03 21:16 UTC  (4+ messages)

HELLO: I AM MRS SUSAN JONES
 2020-06-03 13:48 UTC 

[SPARSE PATCH] univ-init: conditionally accept { 0 } without warnings
 2020-06-02 16:41 UTC  (6+ messages)

Wohltätigkeitsspende von 2.000.000 Millionen Euro
 2020-06-01  1:05 UTC 

[PATCH] evaluate: mark evaluate_generic_selection() as static
 2020-05-30 17:58 UTC  (2+ messages)

[PATCH] univ-init: set default to -Wno-universal-initializer
 2020-05-30 15:49 UTC 

Spende von 2.000.000,00 Euro
 2020-05-28 16:29 UTC 

[tip:locking/kcsan 12/12] /bin/bash: line 1: 61526 Segmentation fault sparse 
 2020-05-28 15:30 UTC  (5+ messages)
  ` [PATCH] add support for _Generic

Spende
 2020-05-27 13:08 UTC 

[PATCH] add an option to suppress warning no 'newline at EOF'
 2020-05-24 14:00 UTC 

jjCompliment
 2020-05-23 18:00 UTC 

[SPARSE v2 00/28] detect invalid branches
 2020-05-20 16:39 UTC  (47+ messages)
` [PATCH v1 01/28] misc: fix testcase typeof-safe
` [PATCH v1 02/28] misc: s/fntype/rettype/
` [PATCH v1 03/28] misc: always use the node for current_fn
` [PATCH v1 04/28] bad-goto: add testcase for 'jump inside discarded expression statement'
` [PATCH v1 05/28] bad-goto: add testcases for linearization of invalid labels
` [PATCH v1 06/28] bad-goto: reorganize testcases and add some more
` [PATCH v1 07/28] bad-goto: do not linearize if the IR will be invalid
` [PATCH v1 08/28] bad-goto: reorg test in evaluate_goto_statement()
` [PATCH v1 09/28] bad-goto: simplify testing of undeclared labels
` [PATCH v1 10/28] bad-goto: do not linearize function with "
` [PATCH v1 11/28] bad-goto: catch labels with reserved names
` [PATCH v1 12/28] scope: no memset() needed after __alloc_scope()
` [PATCH v1 13/28] scope: move scope opening/ending inside compound_statement()
` [PATCH v1 14/28] scope: extract bind_symbol_with_scope() from bind_symbol()
` [PATCH v1 15/28] scope: __func__ is special
` [PATCH v1 16/28] scope: __label__ "
` [PATCH v1 17/28] scope: s/{start,end}_symbol_scope/{start,end}_block_scope/
` [PATCH v1 18/28] scope: make function_scope invalid outside functions
` [PATCH v1 19/28] scope: let labels have their own scope
` [PATCH v1 20/28] scope: add is_in_scope()
` [PATCH v1 21/28] scope: give a scope for labels & gotos
` [PATCH v1 22/28] bad-goto: jumping inside a statemet expression is an error
` [PATCH v1 23/28] bad-goto: label expression inside a statement expression is UB
` [PATCH v1 24/28] bad-goto: extract check_label_declaration()
` [PATCH v1 25/28] bad-goto: check declaration of label expressions
` [PATCH v1 26/28] bad-label: check for unused labels
` [PATCH v1 27/28] bad-label: mark labels as used when needed
` [PATCH v1 28/28] bad-label: respect attribute((unused))

[PATCH 0/3] simplify parsing of inline/__tls/__visible
 2020-05-18 23:42 UTC  (4+ messages)
` [PATCH 1/3] attribute: '__tls' is just another 'declaration' modifier
` [PATCH 2/3] attribute: 'inline' "
` [PATCH 3/3] attribute: 'externally_visible' "

complain about re-declared functions with different modifiers
 2020-05-18 14:42 UTC  (10+ messages)

(DONATION) $2 Million Has Been Donated
 2020-05-18 11:03 UTC 

[PATCH 0/6] improve handling of function attributes
 2020-05-17 23:31 UTC  (7+ messages)
` [PATCH 1/6] attribute: sort the table of modifier names
` [PATCH 2/6] attribute: add helper apply_mod() and use it
` [PATCH 3/6] attribute: allow some attribute to be present multiple times
` [PATCH 4/6] attribute: add support for unused
` [PATCH 5/6] attribute: separate modifiers into type/declaration
` [PATCH 6/6] attribute: teach sparse about attribute((gnu_inline))

[PATCH 0/3] documentation related updates
 2020-05-17 23:27 UTC  (4+ messages)
` [PATCH 1/3] doc: do not use obsolete sphinx.ext.autodoc.AutodocReporter
` [PATCH 2/3] doc: fix the warnings when building the doc
` [PATCH 3/3] doc: remove done item from the TODO

[PATCH] misc: fix typo: s/OS_UNIX/OS_NATIVE/
 2020-05-17 23:21 UTC 

[PATCH 00/17] detect invalid branches at evaluation time
 2020-05-14 22:22 UTC  (12+ messages)
` [PATCH 15/17] scope: give a scope for labels & gotos

[PATCH 1/4] C: s/0/NULL/ for pointer type
 2020-05-14 21:37 UTC 

[PATCH] show-parse: null pointer dereference in do_show_type()
 2020-05-14 21:14 UTC  (2+ messages)

[PATCH] build: fix LLVM version detection
 2020-05-14 21:10 UTC  (2+ messages)

Why continued silence 2
 2020-04-27 11:41 UTC 

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:27 UTC 

Attn: Dear Friend
 2020-04-20 20:31 UTC 

[PATCH AUTOSEL 4.4 10/14] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:48 UTC 

[PATCH AUTOSEL 4.9 13/21] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:47 UTC 

[PATCH AUTOSEL 4.14 18/30] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:46 UTC 

[PATCH AUTOSEL 4.19 23/40] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:46 UTC 

[PATCH AUTOSEL 5.4 53/84] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:44 UTC 

[PATCH AUTOSEL 5.5 070/106] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:41 UTC 

[PATCH AUTOSEL 5.6 082/129] compiler.h: fix error in BUILD_BUG_ON() reporting
 2020-04-15 11:33 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).