summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/format-strings-freebsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4Sunil Srivastava2016-04-261-1/+8
| | | | | | This is an addendum to r229921. llvm-svn: 267625
* Add support for analyzing FreeBSD kernel printf extensions.Dimitry Andric2015-02-191-0/+40
This adds a new __freebsd_kprintf__ format string type, which enables checking when used in __attribute__((format(...))) attributes. It can check the FreeBSD kernel specific %b, %D, %r and %y specifiers, using existing diagnostic messages. Also adds test cases for all these specifiers. Differential Revision: http://reviews.llvm.org/D7154 llvm-svn: 229921
OpenPOWER on IntegriCloud