]> granicus.if.org Git - clang/commit
This patch removes unused parameter allProperties and converts remaining
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 16 Jul 2013 15:33:19 +0000 (15:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 16 Jul 2013 15:33:19 +0000 (15:33 +0000)
commita3c6246950f23d7d4cd748badaf8f05d7bc3f14a
tree3917f169065e9d34d461f114170d162b470e196c
parenta15af4756eb87e6939843aecd7225dfdb787d9c7
This patch removes unused parameter allProperties and converts remaining
parameters in ArrayRef'ize Sema::ActOnAtEnd  to ArrayRef.
Patch by Robert Wilhelm.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186421 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/ParseObjc.cpp
lib/Sema/SemaDeclObjC.cpp