]> granicus.if.org Git - clang/commit
Fix a couples of issues in format strings checking.
authorJean-Daniel Dupas <devlists@shadowlab.org>
Tue, 17 Jan 2012 20:03:31 +0000 (20:03 +0000)
committerJean-Daniel Dupas <devlists@shadowlab.org>
Tue, 17 Jan 2012 20:03:31 +0000 (20:03 +0000)
commit29c3f814b64808c6dac4597b61a50ceecdf141fc
treef4f081711e9f99af5d828f3e780e0ef85f357e6c
parent56ca8a9c0fabd65418e9b2fd85140f4ed7d3c187
Fix a couples of issues in format strings checking.
PR 10274: format function attribute with the NSString archetype yields no compiler warnings
PR 10275: format function attribute isn't checked in Objective-C methods

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148324 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/format-strings-objc.m