All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] expressions without a type
@ 2017-09-19  2:13 Luc Van Oostenryck
  2017-09-19  2:13 ` [PATCH 1/5] do not linearize " Luc Van Oostenryck
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luc Van Oostenryck @ 2017-09-19  2:13 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

This series contains a few patches dealing with expressions
without a type and improving the diagnostics related to them.


The series is also available for review in the git repository at:

  git://github.com/lucvoo/sparse.git expr-notype

----------------------------------------------------------------
Luc Van Oostenryck (5):
      do not linearize expressions without a type
      add helper: valid_type()
      add helper: valid_expr_subtype()
      do not report bad types twice or more
      always evaluate both operands

 evaluate.c  | 38 ++++++++++++++++++++++++++++----------
 linearize.c |  2 +-
 symbol.h    |  5 +++++
 3 files changed, 34 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2017-09-19  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-19  2:13 [PATCH 0/5] expressions without a type Luc Van Oostenryck
2017-09-19  2:13 ` [PATCH 1/5] do not linearize " Luc Van Oostenryck
2017-09-19  2:13 ` [PATCH 2/5] add helper: valid_type() Luc Van Oostenryck
2017-09-19  2:13 ` [PATCH 3/5] add helper: valid_expr_subtype() Luc Van Oostenryck
2017-09-19  2:13 ` [PATCH 4/5] do not report bad types twice or more Luc Van Oostenryck
2017-09-19  2:13 ` [PATCH 5/5] always evaluate both operands Luc Van Oostenryck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.