[Objective-C]. Provide a new formatting kind, "os_trace" which
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 21 Feb 2015 00:45:58 +0000 (00:45 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 21 Feb 2015 00:45:58 +0000 (00:45 +0000)
commitf8dce0fec2ccbd5f808223bda87f2073fc0eb4da
treee92bbdee5008b804122bfa2870d6b59faedf9052
parent269e38d3976a15113cf72a04a559c1d124ac5dc6
[Objective-C]. Provide a new formatting kind, "os_trace" which
can take a "const char*" format but supports standard printf
and CF/NS types . rdar://19904147

llvm-svn: 230109
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaObjC/format-ostrace-warning.m [new file with mode: 0644]