C11: teach sparse about '_Alignas()'
commit0f89a2c57648682bb4c8c195feadcb750f10fd52
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 5 Jan 2017 03:22:19 +0000 (5 04:22 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 13 Feb 2017 01:34:45 +0000 (13 09:34 +0800)
treed46a350fb1881848440a286b2c44e071e982c03b
parentcb172dce6555c0b1eb1771a374018721ddf8b8a5
C11: teach sparse about '_Alignas()'

This is quite similar to GCC's 'attribute(aligned(..))' but defined
as a new specifier and also accepting a typename as argument.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c
validation/c11-alignas.c [new file with mode: 0644]