Go to file
Richard Smith ffa0241a03 Work around a GCC 4.7-specific issue: due to implementing older rules for
implicit declarations of move operations, GCC 4.7 would find that SelectPiece
has neither a move constructor nor a copy constructor. The copy constructor was
(correctly) deleted because the class has a member of move-only type, and the
move constructor was (incorrectly, per current C++ rules) not provided because
the class has a copy-only base class (in turn because it explicitly declares a
destructor).

llvm-svn: 281363
2016-09-13 18:35:34 +00:00
clang Work around a GCC 4.7-specific issue: due to implementing older rules for 2016-09-13 18:35:34 +00:00
clang-tools-extra [clang-tidy] Fix naming in container-size-empty. 2016-09-13 10:19:13 +00:00
compiler-rt [asan] Add missing include for rand() 2016-09-13 14:42:40 +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 Replace nextafter implementation 2016-09-08 16:37:56 +00:00
libcxx [libcxx] Fix gcc builds. 2016-09-13 09:32:32 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Enable merging of SHF_MERGE sections with linker scripts. 2016-09-13 14:23:14 +00:00
lldb Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [DAGCombiner] Use APInt directly in (shl (zext (srl x, C)), C) combine range test 2016-09-13 18:33:29 +00:00
openmp Fix bitmask upper bounds check 2016-09-12 19:02:53 +00:00
parallel-libs [SE] Stop using llvm-config --cxxflags 2016-09-13 15:44:18 +00:00
polly GPGPU: Use const_cast to avoid compiler warning [NFC] 2016-09-13 13:22:27 +00:00