Re: Enable kprintf format attribute in clang

2017-08-07 Thread Florian Obser
On Sun, Aug 06, 2017 at 10:01:53PM +0200, Mark Kettenis wrote: > This makes clang actually do something for kprintf. This is a minimal > diff that actually allows some FreeBSD-specific kprintf type > specifiers. But I'd prefer to do a proper overhaul of this code > upstream first and keep the dif

Enable kprintf format attribute in clang

2017-08-06 Thread Mark Kettenis
This makes clang actually do something for kprintf. This is a minimal diff that actually allows some FreeBSD-specific kprintf type specifiers. But I'd prefer to do a proper overhaul of this code upstream first and keep the diffs minimal at this point. ok? Index: gnu/llvm/tools/clang/lib/Sema/S