Go to file
Reid Kleckner 7aeb905174 Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
MSVC 2013 provides std::make_unique, which it finds with ADL when one of
the parameters is std::unique_ptr, leading to an ambiguous overload.

llvm-svn: 207597
2014-04-29 23:54:52 +00:00
clang Add test case for revision 207575 to verify that on Windows, clang doesn't 2014-04-29 20:19:13 +00:00
clang-tools-extra Fix the message for "Move constructor declared explicit". 2014-04-29 15:50:14 +00:00
compiler-rt [Sanitizer] Add rudimentary support for wide-character strings to scanf/printf interceptors 2014-04-28 20:40:25 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 2014-04-26 05:19:48 +00:00
libcxxabi Add unwind test case that checks restoring of float registers (such as on AArch64) 2014-04-29 01:08:23 +00:00
lld [Mips] Re-order include headers. 2014-04-29 05:46:02 +00:00
lldb Added gdb remote protocol tests for no output and inferior non-zero exit code. 2014-04-29 18:21:07 +00:00
llvm Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique 2014-04-29 23:54:52 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly www: Reference phone call notes 2014-04-23 18:09:24 +00:00