[PATCH] D66045: Improve detection of same value in comparisons

Richard Trieu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 20:04:35 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372453: Merge and improve code that detects same value in comparisons. (authored by rtrieu, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D66045?vs=215002&id=221152#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66045

Files:
  cfe/trunk/docs/ReleaseNotes.rst
  cfe/trunk/include/clang/AST/Expr.h
  cfe/trunk/lib/AST/Expr.cpp
  cfe/trunk/lib/Analysis/CFG.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/test/Analysis/array-struct-region.cpp
  cfe/trunk/test/Sema/warn-overlap.c
  cfe/trunk/test/SemaCXX/compare-cxx2a.cpp
  cfe/trunk/test/SemaCXX/self-comparison.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66045.221152.patch
Type: text/x-patch
Size: 17581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190921/06292359/attachment.bin>


More information about the llvm-commits mailing list