llvm-project/clang/include
Richard Trieu 4c05de8c1d Merge and improve code that detects same value in comparisons.
-Wtautological-overlap-compare and self-comparison from -Wtautological-compare
relay on detecting the same operand in different locations.  Previously, each
warning had it's own operand checker.  Now, both are merged together into
one function that each can call.  The function also now looks through member
access and array accesses.

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

llvm-svn: 372453
2019-09-21 03:02:26 +00:00
..
clang Merge and improve code that detects same value in comparisons. 2019-09-21 03:02:26 +00:00
clang-c [libclang] Expose abort()-ing LLVM fatal error handler 2019-09-12 22:55:55 +00:00
CMakeLists.txt