Go to file
Vedant Kumar 06ca6ea6c3 [pbqp] Delete some dead code, NFC.
I took the opportunity to replace some copy|move constructors|assignment
operators with default implementations.

As a follow-up, I plan on threading unique_ptr<T []> through a few areas
per David Blaikie's advice.

Differential Revision: https://reviews.llvm.org/D24424

llvm-svn: 285018
2016-10-24 20:35:35 +00:00
clang Fix mangling of implicit calls to operator-> to only include a single "pt", 2016-10-24 20:29:40 +00:00
clang-tools-extra [clang-tidy] Fix identifier naming in macro args. 2016-10-24 17:20:32 +00:00
compiler-rt scripts: Document existing problems with the symbolizer build script. 2016-10-24 20:15:39 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Add missing include in string_view tests. Patch from Billy ONeil @ microsoft 2016-10-24 20:11:17 +00:00
libcxxabi Fix typo in comment 2016-10-15 00:02:20 +00:00
libunwind [libunwind] Add support for Fuchsia 2016-10-23 21:48:47 +00:00
lld Adjust for TimePoint interface change in llvm: D25730. NFC 2016-10-24 10:59:14 +00:00
lldb Use shorter names in TestConcurrentEvents tests 2016-10-24 16:20:43 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [pbqp] Delete some dead code, NFC. 2016-10-24 20:35:35 +00:00
openmp Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115 2016-10-20 17:14:17 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [polly] Change SmallPtrSet which is being iterated to SmallSetVector in ScopInfo.h 2016-10-21 21:00:11 +00:00