Go to file
Marina Yatsina d6d8b315d3 Avoid using LookupResult's implicit copy ctor and assignment operator to avoid warnings
The purpose of this patch is to keep the same functionality without using LookupResult's implicit copy ctor and assignment operator, because they cause warnings when -Wdeprecated is passed.
This patch is meant to help the following review: http://reviews.llvm.org/D18123.
The functionality is covered by the tests in my original commit (255890)
The test case in this patch was added to test a bug caught in the review of the first version of this fix.

Differential Revision: http://reviews.llvm.org/D18175

llvm-svn: 263630
2016-03-16 09:56:58 +00:00
clang Avoid using LookupResult's implicit copy ctor and assignment operator to avoid warnings 2016-03-16 09:56:58 +00:00
clang-tools-extra [clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-loop-convert` check. 2016-03-14 12:41:24 +00:00
compiler-rt [ASAN] Add support for mips/mips64 android 2016-03-16 08:23:10 +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 math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@google.com. 2016-03-16 02:30:06 +00:00
libcxxabi Reducing stack usage of test 2016-03-04 14:25:13 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Unbreak buildbot. 2016-03-15 22:38:21 +00:00
lldb [test] Persist packets between expect_gdbremote_sequence invocations 2016-03-16 09:44:49 +00:00
llgo [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
llvm AMDGPU: Verify instructions in non-debug builds as well 2016-03-16 09:10:42 +00:00
openmp Fix spelling error in comment 2016-03-15 20:59:10 +00:00
polly MemAccInt: Do not strip pointer casts 2016-03-15 06:35:08 +00:00