]> granicus.if.org Git - clang/commit
Look for and diagnose missing sentinel argument on message
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 13 May 2009 23:20:50 +0000 (23:20 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 13 May 2009 23:20:50 +0000 (23:20 +0000)
commit88f1ba0f0439e31ab57ffc088aa91137cadee585
tree82722cd9230296bd1b20c7dc6d42a6454407fdfa
parenta289393513d32f463a165a4b2990b11f5c6ab959
Look for and diagnose missing sentinel argument on message
dispatch arguments which have sentinel attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71737 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
test/SemaObjC/method-sentinel-attr.m [new file with mode: 0644]