]> granicus.if.org Git - clang/commit
Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, by
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 May 2012 23:37:00 +0000 (23:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 May 2012 23:37:00 +0000 (23:37 +0000)
commitff310c763eeb41a7aaa3b928cd0bc0a6e493d5dd
tree21ad700f6a963f0c53129e89def981ad72fb6276
parent8722ae8f6083cc27bef430e2815ceea77ffa0b28
Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, by
folding its one check into the normal path for checking overridden
Objective-C methods. Good for another 3.6% speedup on the test case in
<rdar://problem/11004361>.

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