]> granicus.if.org Git - clang/commit
objective-c: deprecated C-like parameters in Objective-C
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Jun 2012 18:43:08 +0000 (18:43 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 21 Jun 2012 18:43:08 +0000 (18:43 +0000)
commit56242baaae6c45b24fbdd5bc56fe4ee516fa9e6b
tree4e68e2f729b1ec334adccce24200727018f6d95b
parente48601573b9631600f563957476edb3b9cd41387
objective-c: deprecated C-like parameters in Objective-C
method declarations.
// rdar://11578353.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158929 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseObjc.cpp
test/SemaObjC/method-prototype-scope.m
test/SemaObjC/mismatched-undefined-method.m
test/SemaObjC/objc-cstyle-args-in-methods.m
test/SemaObjC/protocols.m
test/SemaObjC/related-result-type-inference.m