[all-commits] [llvm/llvm-project] 68761a: [clang][nullability] Propagate storage location / ...

martinboehme via All-commits all-commits at lists.llvm.org
Mon Jun 3 23:32:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68761a9e05693bd3986e46628e401c80a27e945d
      https://github.com/llvm/llvm-project/commit/68761a9e05693bd3986e46628e401c80a27e945d
  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][nullability] Propagate storage location / value of `++`/`--` operators. (#94217)

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