Go to file
Jordan Rose 94008121fa [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.
IdenticalExprChecker now warns if any expressions in a logical or bitwise
chain (&&, ||, &, |, or ^) are the same. Unlike the previous patch, this
actually checks all subexpressions against each other (an O(N^2) operation,
but N is likely to be small).

Patch by Daniel Fahlgren!

llvm-svn: 201702
2014-02-19 17:44:16 +00:00
clang [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions. 2014-02-19 17:44:16 +00:00
clang-tools-extra Add a makefile for clang-query. Patch by Alex Horn! 2014-02-18 19:46:01 +00:00
compiler-rt Add rudimentary support for running compiler-rt lit tests with GCC 2014-02-19 15:13:14 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Add generic nvptx targets 2014-02-14 20:33:53 +00:00
libcxx Implement LWG2350: min, max, and minmax should be constexpr. 2014-02-19 16:51:35 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [Mips] Use the 'CHECK-NEXT' where we need to check a test output exactly 2014-02-11 07:17:09 +00:00
lldb Track Clang virtualFileSystem change (r201618) 2014-02-19 13:00:08 +00:00
llvm Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Check scops a second time before working on them 2014-02-18 18:49:49 +00:00