[all-commits] [llvm/llvm-project] 492417: [clang][dataflow] Propagate storage location of co...

martinboehme via All-commits all-commits at lists.llvm.org
Tue Jun 4 08:08:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 492417278d986ddd8206b2b9bba626ce690ea244
      https://github.com/llvm/llvm-project/commit/492417278d986ddd8206b2b9bba626ce690ea244
  Author: martinboehme <mboehme at google.com>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

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

  Log Message:
  -----------
  [clang][dataflow] Propagate storage location of compound assignment operators. (#94332)

To avoid generating unnecessary values, we don't create a new value but
instead
leave it to the specific analysis to do this if desired.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list