summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/noderef.c
Commit message (Collapse)AuthorAgeFilesLines
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-0/+209
This patch adds the noderef attribute in clang and checks for dereferences of types that have this attribute. This attribute is currently used by sparse and would like to be ported to clang. Differential Revision: https://reviews.llvm.org/D49511 llvm-svn: 348442
OpenPOWER on IntegriCloud