The recent patch "add support for _Static_assert" triggered some spring cleanup of the "ident-list.h" file. The changes in this series are mainly moving around some definitions and removing unneeded ones. The patches are to be applied on top of the '_Static_assert' patch. Luc Van Oostenryck (6): keyword: add test case for reserved '_Static_assert' keyword: regroup the [reserved] keywords keyword: explicitly add C99 & C11 keywords keyword: add more reserved keywords to the test case keyword: add a comment about NS_TYPEDEF & reserved keywords keyword: no pre-declaration needed for attribute names ident-list.h | 78 ++++++----------------- parse.c | 1 + validation/reserved.c | 171 ++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 163 insertions(+), 87 deletions(-) The series can also be found at: git://github.com/lucvoo/sparse.git keyword-cleanup based on commit a04a3b0acdaa0d95bba30a12e691804e13ef8166: sparse: add support for _Static_assert up to commit 467aed81354b5a404a7c6c47aa38a2c6bfe08b8f: keyword: no pre-declaration needed for attribute names -- Luc Van Oostenryck -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html