linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] simplify parsing of storage modifiers
@ 2020-08-09 16:52 Luc Van Oostenryck
  2020-08-09 16:52 ` [PATCH 1/8] show-mod: add helper to show the modifiers but without ending space Luc Van Oostenryck
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Luc Van Oostenryck @ 2020-08-09 16:52 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series simplify the parsing of storage modifiers and
is part of a larger super-series aiming at rationalize the
handling of attributes and modifiers

Luc Van Oostenryck (8):
  show-mod: add helper to show the modifiers but without ending space
  show-mod: no ending space when showing a single modifier
  show-mod: no extra space when showing modifiers + ident
  parse: rework handling of storage_class
  parse: associate modifiers with their keyword
  parse: let asm_modifier() use the keyword modifier
  parse: improve error messages concerning storage specifiers
  parse: simplify set_storage_class()

 parse.c      | 237 +++++++++++++++------------------------------------
 show-parse.c |  20 ++++-
 symbol.h     |   9 +-
 3 files changed, 91 insertions(+), 175 deletions(-)


base-commit: eb6779f6f62173672b533cfbbff59758f710fb4f
-- 
2.28.0


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

end of thread, other threads:[~2020-08-09 16:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 16:52 [PATCH 0/8] simplify parsing of storage modifiers Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 1/8] show-mod: add helper to show the modifiers but without ending space Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 2/8] show-mod: no ending space when showing a single modifier Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 3/8] show-mod: no extra space when showing modifiers + ident Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 4/8] parse: rework handling of storage_class Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 5/8] parse: associate modifiers with their keyword Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 6/8] parse: let asm_modifier() use the keyword modifier Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 7/8] parse: improve error messages concerning storage specifiers Luc Van Oostenryck
2020-08-09 16:52 ` [PATCH 8/8] parse: simplify set_storage_class() Luc Van Oostenryck

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