linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fix ignored type attributes
@ 2018-01-22  6:36 Luc Van Oostenryck
  2018-01-22  6:36 ` [PATCH 1/3] add testcases for " Luc Van Oostenryck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luc Van Oostenryck @ 2018-01-22  6:36 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

These patches contains a fix for struct/union/enum
attributes that were wrongly either ignored or
associated with the subsequent variables if present.

These patches are available in the Git repository at:
  git://github.com/lucvoo/sparse-dev.git fix-ignored-type-attributes

Luc Van Oostenryck (3):
      add testcases for ignored type attributes
      move up apply_ctype()'s declaration
      fix: do not ignore struct/union/enum type attributes

 parse.c                           |  9 +++++++--
 validation/type-attribute-align.c | 19 +++++++++++++++++++
 validation/type-attribute-as.c    | 33 +++++++++++++++++++++++++++++++++
 validation/type-attribute-mod.c   | 21 +++++++++++++++++++++
 4 files changed, 80 insertions(+), 2 deletions(-)
 create mode 100644 validation/type-attribute-align.c
 create mode 100644 validation/type-attribute-as.c
 create mode 100644 validation/type-attribute-mod.c

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

end of thread, other threads:[~2018-01-22  6:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22  6:36 [PATCH 0/3] fix ignored type attributes Luc Van Oostenryck
2018-01-22  6:36 ` [PATCH 1/3] add testcases for " Luc Van Oostenryck
2018-01-22  6:36 ` [PATCH 2/3] move up apply_ctype()'s declaration Luc Van Oostenryck
2018-01-22  6:36 ` [PATCH 3/3] fix: do not ignore struct/union/enum type attributes 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).