linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] separate parsing of asm-names from attributes
@ 2020-08-09 20:53 Luc Van Oostenryck
  2020-08-09 20:53 ` [PATCH 01/10] use lookup_keyword() for qualifiers Luc Van Oostenryck
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Luc Van Oostenryck @ 2020-08-09 20:53 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This series separate the parsing of asm-names from the parsing
of attributes. In itself this has not much value but this series
is part of a larger super-series aiming at rationalizing the
handling of attributes and modifiers.

Luc Van Oostenryck (10):
  use lookup_keyword() for qualifiers
  attribute: split handle_asm_name() from handle_attributes()
  attribute: fold parse_asm_declarator() into handle_asm_name()
  attribute: remove argument 'keywords' from handle_attributes()
  attribute: directly use attribute_specifier() to handle attributes
  attribute: factorize matching of '__attribute__'
  attribute: no need to lookup '__attribute__' in NS_KEYWORD
  testing for SYM_KEYWORD is unneeded for lookup_keyword()
  testing for sym->op is unneeded for lookup_keyword()
  keyword type is a bitmask and must be tested so

 parse.c | 103 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 54 insertions(+), 49 deletions(-)


base-commit: ab77399f33b800f0a1568e512e86df71dd70f566
-- 
2.28.0


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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 20:53 [PATCH 00/10] separate parsing of asm-names from attributes Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 01/10] use lookup_keyword() for qualifiers Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 02/10] attribute: split handle_asm_name() from handle_attributes() Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 03/10] attribute: fold parse_asm_declarator() into handle_asm_name() Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 04/10] attribute: remove argument 'keywords' from handle_attributes() Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 05/10] attribute: directly use attribute_specifier() to handle attributes Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 06/10] attribute: factorize matching of '__attribute__' Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 07/10] attribute: no need to lookup '__attribute__' in NS_KEYWORD Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 08/10] testing for SYM_KEYWORD is unneeded for lookup_keyword() Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 09/10] testing for sym->op " Luc Van Oostenryck
2020-08-09 20:53 ` [PATCH 10/10] keyword type is a bitmask and must be tested so 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).