Go to file
Chandler Carruth b596ba2376 [ADT] Teach FoldingSet to be movable.
This is a very minimal move support - it leaves the moved-from object in
a zombie state that is only valid for destruction and move assignment.
This seems fine to me, and leaving it in the default constructed state
would require adding more state to the object and potentially allocating
memory (!!!) and so seems like a Bad Idea.

llvm-svn: 245192
2015-08-16 23:17:27 +00:00
clang Enable passing test on Windows + MSYS. 2015-08-16 19:02:49 +00:00
clang-tools-extra clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Tweak not to override -std=c++11. 2015-08-15 02:27:22 +00:00
compiler-rt Fixup stale comment about supported OSs 2015-08-14 20:01:27 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Fix CMake error whet llvm-config reports a non-existent source directory. 2015-08-12 06:36:19 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld ELF: Also record the type of undefined symbols. 2015-08-14 16:46:28 +00:00
lldb Try to fix the lldb build on Visual C++. 2015-08-16 19:40:40 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [ADT] Teach FoldingSet to be movable. 2015-08-16 23:17:27 +00:00
openmp Remove unused KMP_SETVERSION macro 2015-08-13 15:26:38 +00:00
polly Add 2nd test case for sdiv/srem instructions in a SCEV 2015-08-16 19:53:21 +00:00