mbox series

[0/6] small improvements of show_typename()

Message ID 20181216172151.1361-1-luc.vanoostenryck@gmail.com (mailing list archive)
Headers show
Series small improvements of show_typename() | expand

Message

Luc Van Oostenryck Dec. 16, 2018, 5:21 p.m. UTC
These patches contains small improvements of show_typename()'s
result or small cleanup of the related helpers.


This series is available for review & testing in the Git repository at:
  git://github.com/lucvoo/sparse-dev.git cleanup-show

----------------------------------------------------------------
Luc Van Oostenryck (6):
      show-parse: strip do_show_type()'s trailing space
      show-parse: don't display null ident in show_typename()
      show-parse: do not display base type's redundant specifiers
      show-parse: remove string_ctype from typenames
      show-parse: remove unused builtin_ctypename()
      show-parse: use show_typename() instead of show_type()

 show-parse.c                       | 31 +++++-----------
 symbol.h                           |  2 --
 validation/bad-type-twice1.c       |  2 +-
 validation/builtin-overflow.c      | 72 +++++++++++++++++++-------------------
 validation/c11-atomic.c            |  6 ++--
 validation/cast-bad-00.c           |  4 +--
 validation/choose_expr.c           |  8 ++---
 validation/enum-mismatch.c         |  4 +--
 validation/expand/builtin-expect.c |  4 +--
 validation/nocast.c                |  2 +-
 validation/noderef.c               |  2 +-
 validation/ptr-inherit.c           | 10 +++---
 validation/restrict.c              |  6 ++--
 13 files changed, 68 insertions(+), 85 deletions(-)