Pass the filter function_ref by value now that r221753 fixes the bug
authorKaelyn Takata <rikka@google.com>
Wed, 12 Nov 2014 18:34:08 +0000 (18:34 +0000)
committerKaelyn Takata <rikka@google.com>
Wed, 12 Nov 2014 18:34:08 +0000 (18:34 +0000)
commit98a3ec010a2094a01e31fc086674577b5adba0d3
treefd205850eae7e466b99a2844b34454c07c03e27d
parent4c219fd248e9e07dd884642dab6c579cfaf65fe6
Pass the filter function_ref by value now that r221753 fixes the bug
that was preventing pass-by-value from working correctly.

llvm-svn: 221803
clang/lib/Sema/SemaExprCXX.cpp