Replace some unnecessary O(N^2) lookups for properties with
authorDouglas Gregor <dgregor@apple.com>
Mon, 21 Jan 2013 18:35:55 +0000 (18:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 21 Jan 2013 18:35:55 +0000 (18:35 +0000)
commita669ab9856aa39e7c569cfd4890df103acab4df2
tree3a722229c86f7c35042921b93c6b186a77231eea
parent78328be4b7ed079aa7013c324b27f85ea6301f41
Replace some unnecessary O(N^2) lookups for properties with
DeclContext lookups. The performance win is negligible in my tests,
but it's the Right Thing To Do (TM).

llvm-svn: 173068
clang/lib/Sema/SemaObjCProperty.cpp