Go to file
Dmitry Polukhin ba57f02720 Deprecated (legacy) string literal conversion to 'char *' causes strange overloading resolution
It's a patch for PR28050. Seems like overloading resolution wipes out
the first standard conversion sequence (before user-defined conversion)
in case of deprecated string literal conversion.

Differential revision: https://reviews.llvm.org/D21228

Patch by Alexander Makarov

llvm-svn: 275970
2016-07-19 11:29:16 +00:00
clang Deprecated (legacy) string literal conversion to 'char *' causes strange overloading resolution 2016-07-19 11:29:16 +00:00
clang-tools-extra [clang-rename] add support for overridden functions 2016-07-19 07:37:43 +00:00
compiler-rt [esan|wset] Fix flaky sampling tests 2016-07-19 05:06:48 +00:00
debuginfo-tests
libclc R600: Use new barrier intrinsic 2016-07-18 18:42:17 +00:00
libcxx Bump version # to 4.0.0 2016-07-18 20:27:19 +00:00
libcxxabi Fix arc config to use https 2016-07-18 02:05:52 +00:00
libunwind [PATCH] [libunwind][ehabi] Use early returns where possible. 2016-07-08 12:13:31 +00:00
lld [ELF] Minimal PHDRS parser and section to segment assignment support 2016-07-19 09:25:43 +00:00
lldb Ignore clang-module-cache directories that may be created 2016-07-19 02:37:07 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm [mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols 2016-07-19 10:58:06 +00:00
openmp http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier 2016-07-11 10:44:57 +00:00
parallel-libs Set up arcconfig for parallel-libs project 2016-07-18 17:26:26 +00:00
polly GPGPU: Disable invariant load hoisting for GPU code generation 2016-07-19 11:13:58 +00:00