Go to file
Reid Kleckner 6cd75b36ed Fix move-only type issues in Interpreter with MSVC
MSVC 2012 cannot infer any move special members, but it will call them
if available. MSVC 2013 cannot infer move assignment. Therefore,
explicitly implement the special members for the ExecutionContext class
and its contained types.

llvm-svn: 217887
2014-09-16 17:28:15 +00:00
clang clang-format: Allow unbroken ::: in inline assembly. 2014-09-16 16:36:57 +00:00
clang-tools-extra [clang-tidy] Add a checker for long functions. 2014-09-15 12:48:25 +00:00
compiler-rt [asan] De-flake one test. 2014-09-16 12:03:52 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc math: Add tan implementation 2014-09-10 15:43:35 +00:00
libcxx Thanks to K-ballo for noting a second incorrect noexcept clause in tuple - and suggesting a more correct way to write the first 2014-09-16 17:08:21 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld Adjust lld to handle LLVM r217812 2014-09-15 19:54:53 +00:00
lldb Clean-up warnings on Linux/GCC 2014-09-16 06:34:29 +00:00
llvm Fix move-only type issues in Interpreter with MSVC 2014-09-16 17:28:15 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Fix] Rewire the Region after a unconditional entry edge is created 2014-09-15 18:34:45 +00:00