]> granicus.if.org Git - clang/commit
Handle "typeof" in Objective-C format string checking. This previously crashed.
authorTed Kremenek <kremenek@apple.com>
Wed, 10 Apr 2013 06:26:26 +0000 (06:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 10 Apr 2013 06:26:26 +0000 (06:26 +0000)
commit02be968a08184acd42aaefa6f9a7dc883a4d1937
tree10734a8b0fda147173a039835744bfdb83ff5863
parent0b0ca4724d1c05dc0dd1d6e5aff4c8a439cbb1a2
Handle "typeof" in Objective-C format string checking.  This previously crashed.

Yes, this came from actual code.

Fixes <rdar://problem/13557053>.

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