[PATCH] D66044: Extend -Wtautological-overlap-compare to accept negative values and integer conversions

Richard Trieu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 13 20:12:01 PDT 2019


rtrieu marked an inline comment as done.
rtrieu added a comment.

In D66044#1626008 <https://reviews.llvm.org/D66044#1626008>, @NoQ wrote:

> Looks great, thanks! I'd appreciate direct CFG tests for the part that changes the CFG (cf. `test/Analysis/cfg.cpp`), but i don't insist. Let's make sure @jfb is happy and commit :)


I added a test case to show the new unreachable node in the CFG.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66044/new/

https://reviews.llvm.org/D66044





More information about the cfe-commits mailing list