[all-commits] [llvm/llvm-project] f470c3: [clang][dataflow] Eliminate uses of `RecordValue::...

martinboehme via All-commits all-commits at lists.llvm.org
Wed Sep 6 00:43:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f470c361d959ec21dee51f65b53412ff8a63c946
      https://github.com/llvm/llvm-project/commit/f470c361d959ec21dee51f65b53412ff8a63c946
  Author: martinboehme <mboehme at google.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

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

  Log Message:
  -----------
  [clang][dataflow] Eliminate uses of `RecordValue::getChild()`. (#65329)

We want to work towards eliminating the `RecordStorageLocation` from
`RecordValue`. These particular uses of `RecordValue::getChild()` can
simply
be replaced with `RecordStorageLocation::getChild()`.




More information about the All-commits mailing list