[all-commits] [llvm/llvm-project] ef1e1b: [clang][dataflow] Add support for (built-in) (in)e...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Fri Apr 1 10:23:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef1e1b3106a544389cf393647cda57b5b0642ef3
      https://github.com/llvm/llvm-project/commit/ef1e1b3106a544389cf393647cda57b5b0642ef3
  Author: Yitzhak Mandelbaum <yitzhakm at google.com>
  Date:   2022-04-01 (Fri, 01 Apr 2022)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/Transfer.cpp
    M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Add support for (built-in) (in)equality operators

Adds logical interpretation of built-in equality operators, `==` and `!=`.s

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




More information about the All-commits mailing list