The goal of this series is to add minimal support for C99's 'restrict' type qualifier. As preparatory steps this series also contains: - a cleanup of the #define MOD_... - a change on how errors inhibit warnings and as bonus it also contains: - support for '_Atomic' type *qualifier* This series is available at: git://github.com/lucvoo/sparse.git restricted-pointers based on commit: 14964df5373292af78b29529d4fc7e1a26b67a97 (sparse-next @ 2017-03-31) up to commit: d109442871cfd2065ae7d3440981ab800054f241 Luc Van Oostenryck (9): remove never-used MOD_TYPEDEF avoid warnings about using 0 instead of NULL finer control over error vs. warnings MOD_ACCESSED is not a type modifier ... reorganize the definition of the modifiers MOD_STORAGE redundancy MOD_QUALIFIER associate MOD_RESTRICT with restrict-qualified variables add support for C11's _Atomic as type qualifier -- 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