linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] keyword cleanup
@ 2017-05-05  1:50 Luc Van Oostenryck
  2017-05-05  1:50 ` [PATCH 1/6] keyword: add test case for reserved '_Static_assert' Luc Van Oostenryck
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Luc Van Oostenryck @ 2017-05-05  1:50 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

The recent patch "add support for _Static_assert" triggered
some spring cleanup of the "ident-list.h" file.
The changes in this series are mainly moving around some
definitions and removing unneeded ones.

The patches are to be applied on top of the '_Static_assert' patch.

Luc Van Oostenryck (6):
  keyword: add test case for reserved '_Static_assert'
  keyword: regroup the [reserved] keywords
  keyword: explicitly add C99 & C11 keywords
  keyword: add more reserved keywords to the test case
  keyword: add a comment about NS_TYPEDEF & reserved keywords
  keyword: no pre-declaration needed for attribute names

 ident-list.h          |  78 ++++++-----------------
 parse.c               |   1 +
 validation/reserved.c | 171 ++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 163 insertions(+), 87 deletions(-)


The series can also be found at:
  git://github.com/lucvoo/sparse.git keyword-cleanup
based on commit a04a3b0acdaa0d95bba30a12e691804e13ef8166:
  sparse: add support for _Static_assert
up to commit 467aed81354b5a404a7c6c47aa38a2c6bfe08b8f:
  keyword: no pre-declaration needed for attribute names

-- Luc Van Oostenryck

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

end of thread, other threads:[~2017-05-07 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05  1:50 [PATCH 0/6] keyword cleanup Luc Van Oostenryck
2017-05-05  1:50 ` [PATCH 1/6] keyword: add test case for reserved '_Static_assert' Luc Van Oostenryck
2017-05-05  1:50 ` [PATCH 2/6] keyword: regroup the [reserved] keywords Luc Van Oostenryck
2017-05-05  1:50 ` [PATCH 3/6] keyword: explicitly add C99 & C11 keywords Luc Van Oostenryck
2017-05-05  1:50 ` [PATCH 4/6] keyword: add more reserved keywords to the test case Luc Van Oostenryck
2017-05-05  1:50 ` [PATCH 5/6] keyword: add a comment about NS_TYPEDEF & reserved keywords Luc Van Oostenryck
2017-05-05  1:50 ` [PATCH 6/6] keyword: no pre-declaration needed for attribute names Luc Van Oostenryck
2017-05-07  5:15 ` [PATCH 0/6] keyword cleanup Christopher Li

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).