]> granicus.if.org Git - clang/commit
Added initial support for supporting __NSString__ in attribute "format".
authorTed Kremenek <kremenek@apple.com>
Thu, 8 May 2008 19:43:35 +0000 (19:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 8 May 2008 19:43:35 +0000 (19:43 +0000)
commitc5f551f06c3ac27826e3e5a7a29851fc5182f912
treeafc2087ec70fa3ed6db4db10bf7188174295d6e8
parentb1db21479f5b946887dd02684d1baf7835b52f6c
Added initial support for supporting __NSString__ in attribute "format".
Still need to iron out some of the semantics (fixmes are present).
This addresses <rdar://problem/5916348>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50866 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaDecl.cpp