linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] simplify parsing of inline/__tls/__visible
@ 2020-05-18 23:42 Luc Van Oostenryck
  2020-05-18 23:42 ` [PATCH 1/3] attribute: '__tls' is just another 'declaration' modifier Luc Van Oostenryck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luc Van Oostenryck @ 2020-05-18 23:42 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This is a follow-up of the previous series "improve handling
of function attributes" removinf the special cases that were
needed to parse and handle these 3 specifiers.

Luc Van Oostenryck (3):
  attribute: '__tls' is just another 'declaration' modifier
  attribute: 'inline' is just another 'declaration' modifier
  attribute: 'externally_visible' is just another 'declaration' modifier

 parse.c                    | 26 +++++++-------------------
 symbol.h                   |  5 ++---
 validation/attr-visible.c  |  1 -
 validation/attr-visible2.c |  1 -
 4 files changed, 9 insertions(+), 24 deletions(-)


base-commit: 146e6a63e715e0c3e08aacbcaa79ff8930289297
-- 
2.26.2

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

end of thread, other threads:[~2020-05-18 23:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 23:42 [PATCH 0/3] simplify parsing of inline/__tls/__visible Luc Van Oostenryck
2020-05-18 23:42 ` [PATCH 1/3] attribute: '__tls' is just another 'declaration' modifier Luc Van Oostenryck
2020-05-18 23:42 ` [PATCH 2/3] attribute: 'inline' " Luc Van Oostenryck
2020-05-18 23:42 ` [PATCH 3/3] attribute: 'externally_visible' " 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).