]> granicus.if.org Git - clang/commit
Reduce double set lookups by using the result of insert.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 14 Oct 2013 15:16:10 +0000 (15:16 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 14 Oct 2013 15:16:10 +0000 (15:16 +0000)
commit7dcff5b56bc470c456f70ecb124c3a9013c50953
tree14905725374a9e694727aa3395a82ce76ffaca4c
parentad40008ed9e5f4d23972d09386997da5d1a835ee
Reduce double set lookups by using the result of insert.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/VTableBuilder.cpp
lib/Sema/SemaDeclObjC.cpp