]> granicus.if.org Git - clang/commit
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)
commitcc305ee2225ab972d7f867aabd79d47b11758582
tree2f96d103bbc6ac443bbfdfc33b9cf8a2dbc5a2be
parent85fb4f5d7576299806b785a2347ef834cb47372b
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.

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