[all-commits] [llvm/llvm-project] a8fb0d: [dataflow] CXXOperatorCallExpr equal operator migh...

Paul Semel via All-commits all-commits at lists.llvm.org
Tue Feb 13 02:39:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8fb0dcc41bf355a3bff9ad7165715a8b6012059
      https://github.com/llvm/llvm-project/commit/a8fb0dcc41bf355a3bff9ad7165715a8b6012059
  Author: Paul Semel <semelpaul at gmail.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

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

  Log Message:
  -----------
  [dataflow] CXXOperatorCallExpr equal operator might not be a glvalue (#80991)

Although in a normal implementation the assumption is reasonable, it
seems that some esoteric implementation are not returning a T&. This
should be handled correctly and the values be propagated.

---------

Co-authored-by: martinboehme <mboehme at google.com>




More information about the All-commits mailing list