Based on post-commit feedback over IRC with dblaikie, ideally, we should have a Small...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 2 Sep 2016 18:31:31 +0000 (18:31 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 2 Sep 2016 18:31:31 +0000 (18:31 +0000)
commit8b871d96d780b23fd082e2df264a84e7c0cc9d63
treecb6a7ec55d5e90f6b30897b4ab064d17304a63b6
parent5c32d5ef0d6cdb92666f75fe7b44b8f74c362564
Based on post-commit feedback over IRC with dblaikie, ideally, we should have a SmallVector constructor that accepts anything which can supply a range via ADL begin()/end() calls so that we can construct the SmallVector directly from anything range-like.

Since that doesn't exist right now, use a local variable instead of calling getAssocExprs() twice; NFC.

llvm-svn: 280520
clang/lib/Sema/SemaOverload.cpp