]> granicus.if.org Git - clang/commit
In Objective-C, there are no trailing return types, so don't produce diagnostics...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 22 Feb 2011 01:22:29 +0000 (01:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 22 Feb 2011 01:22:29 +0000 (01:22 +0000)
commit8110f04b39fd028496dd6bf9e3a78278c3e0a6ad
tree44953aa0b994b12bed8a6a3f2364dd84d74ad85b
parent2df6647847af283302834dadae5d9dcefa7e0ad4
In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126174 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaType.cpp
test/SemaObjC/auto-objective-c.m