Go to file
Vedant Kumar e03e5953f6 [Sema] Remove a dead assignment, NFC.
The assignment to NextIsDereference is either followed by (1) another,
unrelated assignment to NextIsDereference or by (2) an early loop exit.

Found by clang's static analyzer: http://llvm.org/reports/scan-build

(While we're at it fix a typo.)

llvm-svn: 285879
2016-11-03 06:35:16 +00:00
clang [Sema] Remove a dead assignment, NFC. 2016-11-03 06:35:16 +00:00
clang-tools-extra [clang-tidy] Suppress notes for warnings that were ignored 2016-11-02 21:14:22 +00:00
compiler-rt [asan] Add more dynamic CRT mode tests 2016-11-02 15:39:08 +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 Implement another part of P0031; adding constexpr to move_iterator 2016-11-02 15:30:26 +00:00
libcxxabi [p0012] Implement ABI support for throwing a noexcept function pointer and 2016-11-02 23:41:51 +00:00
libunwind Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to Jeremy for the bug report and the patch. 2016-11-02 17:56:05 +00:00
lld Pass the sections to getShtGroupSignature. 2016-11-03 02:28:13 +00:00
lldb [cmake] Build gtest from LLVM when building standalone 2016-11-02 22:57:23 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [AVX-512] Use 'vnot' instead of 'not' in patterns involving vXi1 vectors. 2016-11-03 06:04:28 +00:00
openmp Change task stealing to always get task from head of victim's deque. 2016-11-02 16:45:25 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [Polly CodeGen] Break critical edge from RTC to original loop. 2016-11-02 22:32:23 +00:00