summaryrefslogtreecommitdiffstats
path: root/test/Sema/warn-type-safety.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a failing assertion with the pointer_with_type_tag attribute when the fun...Aaron Ballman2018-02-251-0/+4
* Add a C++11 and C2x spelling for the type safety attribute (argument_with_typ...Aaron Ballman2018-02-251-2/+2
* Making type_tag_for_datatype consistent with its declared subject from Attr.t...Aaron Ballman2013-11-251-2/+2
* Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman2013-08-311-2/+2
* Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249.Dmitri Gribenko2012-11-031-0/+8
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-171-0/+152