[all-commits] [llvm/llvm-project] 65ecbd: [clang][dataflow] Fix bug in `Value` comparison. (...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Tue Jan 16 10:04:02 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65ecbdf61f5a3fb53f05abc610b90a8671f93730
      https://github.com/llvm/llvm-project/commit/65ecbdf61f5a3fb53f05abc610b90a8671f93730
  Author: Yitzhak Mandelbaum <ymand at users.noreply.github.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/Value.cpp
    M clang/unittests/Analysis/FlowSensitive/ValueTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Fix bug in `Value` comparison. (#76746)

Makes value equivalence require that the values have no properties,
except in
the case of equivalence by pointer equality (if the pointers are equal,
nothing
else is checked).

Fixes issue #76459.




More information about the All-commits mailing list