All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] restricted pointers
@ 2017-04-05 21:09 Luc Van Oostenryck
  2017-04-05 21:09 ` [PATCH 1/9] remove never-used MOD_TYPEDEF Luc Van Oostenryck
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Luc Van Oostenryck @ 2017-04-05 21:09 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

The goal of this series is to add minimal support for C99's
'restrict' type qualifier.
As preparatory steps this series also contains:
- a cleanup of the #define MOD_...
- a change on how errors inhibit warnings
and as bonus it also contains:
- support for '_Atomic' type *qualifier*


This series is available at:
	git://github.com/lucvoo/sparse.git restricted-pointers
based on commit:
	14964df5373292af78b29529d4fc7e1a26b67a97 (sparse-next @ 2017-03-31)
up to commit:
	d109442871cfd2065ae7d3440981ab800054f241


Luc Van Oostenryck (9):
  remove never-used MOD_TYPEDEF
  avoid warnings about using 0 instead of NULL
  finer control over error vs. warnings
  MOD_ACCESSED is not a type modifier ...
  reorganize the definition of the modifiers
  MOD_STORAGE redundancy
  MOD_QUALIFIER
  associate MOD_RESTRICT with restrict-qualified variables
  add support for C11's _Atomic as type qualifier


-- Luc Van Oostenryck

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-04-05 21:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 21:09 [PATCH 0/9] restricted pointers Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 1/9] remove never-used MOD_TYPEDEF Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 2/9] avoid warnings about using 0 instead of NULL Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 3/9] finer control over error vs. warnings Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 4/9] MOD_ACCESSED is not a type modifier Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 5/9] reorganize the definition of the modifiers Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 6/9] MOD_STORAGE redundancy Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 7/9] MOD_QUALIFIER Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 8/9] associate MOD_RESTRICT with restrict-qualified variables Luc Van Oostenryck
2017-04-05 21:09 ` [PATCH 9/9] add support for C11's _Atomic as type qualifier Luc Van Oostenryck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.