Go to file
Richard Smith 19172c4f70 Superficial fix for PR20218: binding a function lvalue to a const reference to
a function pointer is neither better nor worse than binding a function lvalue
to a function rvalue reference. Don't get confused and think that both bindings
are binding to a function lvalue (which would make the lvalue form win); the
const reference is binding to an rvalue.

The "real" bug in PR20218 is still present: we're getting the wrong answer from
template argument deduction, and that's what leads us to this weird overload
set.

llvm-svn: 212916
2014-07-14 02:28:44 +00:00
clang Superficial fix for PR20218: binding a function lvalue to a const reference to 2014-07-14 02:28:44 +00:00
clang-tools-extra Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh. 2014-07-12 13:16:58 +00:00
compiler-rt [ASan] Collect unmangled names of global variables in Clang to print them in error reports. 2014-07-12 00:42:52 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch. 2014-07-10 15:38:20 +00:00
libcxxabi Support LLVM_LIBDIR_SUFFIX. 2014-07-11 15:52:58 +00:00
lld [Mips] Make rel-dynamic-11.test test case independent from external input files. 2014-07-11 13:42:04 +00:00
lldb Fix lldb-gdbserver build 2014-07-12 21:46:39 +00:00
llvm [DAGCombiner] Fix a crash caused by a missing check for legal type when trying to fold shuffles. 2014-07-13 21:02:14 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Remove unnecessary isl annotations 2014-07-11 09:02:41 +00:00