Go to file
Richard Smith efcfe86072 DR1391: Check for implicit conversion sequences for non-dependent function
template parameters between deduction and substitution. The idea is to accept
as many cases as possible, on the basis that substitution failure outside
the immediate context is much more common during substitution than during
implicit conversion sequence formation.

This does not implement the partial ordering portion of DR1391, which so
far appears to be misguided.

llvm-svn: 290808
2017-01-02 02:42:17 +00:00
clang DR1391: Check for implicit conversion sequences for non-dependent function 2017-01-02 02:42:17 +00:00
clang-tools-extra [clang-tidy] Add delete null pointer check. 2016-12-31 12:45:59 +00:00
compiler-rt Decrease kLargeMalloc block size in ASAN unit tests. 2016-12-28 21:57:51 +00:00
debuginfo-tests
libclc Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx chrono: address post commit comments from Howard 2017-01-01 22:04:38 +00:00
libcxxabi clean up `-Wmisleading-indentation` warning 2016-12-31 18:09:51 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld COFF: replace a magic number and assert more 2016-12-30 19:02:04 +00:00
lldb Fix the variable view in the "gui" curses mode so that variables whose children change will update correctly. Previously the variable view would update the children once and not change. If you were stepping through code where the dynamic type of a variable would change the value and its children, or a synthetic type (like say for a std::vector<int>), the variable view wouldn't update. Now it caches the children and uses the process stop ID to tell when the children need to be updated. 2016-12-28 21:22:37 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [InstCombine] add explanatory comment to test; NFC 2017-01-01 18:20:49 +00:00
openmp Fix for the __kmpc_global_num_threads function to return the value of the __kmp_all_nth global var. 2016-12-21 21:20:20 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update to isl-0.18-43-g0b4256f 2016-12-31 07:46:11 +00:00