linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] simple, registrable, promotable & friends
@ 2017-08-17 22:35 Luc Van Oostenryck
  2017-08-17 22:35 ` [RFC PATCH 2/4] fold is_simple_var() into simple_access() Luc Van Oostenryck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luc Van Oostenryck @ 2017-08-17 22:35 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Dibyendu Majumdar, Luc Van Oostenryck

The goal of this series is tosolve the issues with the 
current is_simple_{var,type}():
- the name was less than optimal, I've choosen 'promotable'
- fix the case for structs & unions.

Luc Van Oostenryck (4):
  move is_simple_XXX() to linearize.c
  fold is_simple_var() into simple_access()
  rename 'simple_{var,access}' by promatable_...'
  fix promotion of struct & union

 linearize.c | 45 +++++++++++++++++++++++++++++++++++++++++----
 symbol.h    | 33 ---------------------------------
 2 files changed, 41 insertions(+), 37 deletions(-)

-- 
2.14.0


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

end of thread, other threads:[~2017-08-19 11:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 22:35 [RFC PATCH 0/4] simple, registrable, promotable & friends Luc Van Oostenryck
2017-08-17 22:35 ` [RFC PATCH 2/4] fold is_simple_var() into simple_access() Luc Van Oostenryck
2017-08-17 22:35 ` [RFC PATCH 3/4] rename 'simple_{var,access}' by promatable_...' Luc Van Oostenryck
2017-08-17 22:35 ` [RFC PATCH 4/4] fix promotion of struct & union Luc Van Oostenryck
2017-08-19 11:28 ` [RFC PATCH 0/4] simple, registrable, promotable & friends 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).