[all-commits] [llvm/llvm-project] d04b19: [clang][dataflow] Add a test that we can access fi...

martinboehme via All-commits all-commits at lists.llvm.org
Wed Jun 28 02:12:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d04b198973c9bda2376209b460943ac393190752
      https://github.com/llvm/llvm-project/commit/d04b198973c9bda2376209b460943ac393190752
  Author: Martin Braenne <mboehme at google.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

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

  Log Message:
  -----------
  [clang][dataflow] Add a test that we can access fields of anonymous records.

Reviewed By: sammccall, ymandel, gribozavr2, xazax.hun

Differential Revision: https://reviews.llvm.org/D153409


  Commit: 834a84d091ab7d196e966d8f08101136eb1c1e06
      https://github.com/llvm/llvm-project/commit/834a84d091ab7d196e966d8f08101136eb1c1e06
  Author: Martin Braenne <mboehme at google.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/StorageLocation.h

  Log Message:
  -----------
  [clang][dataflow] Output debug info if `getChild()` doesn't find field.

Depends On D153409

Reviewed By: xazax.hun

Differential Revision: https://reviews.llvm.org/D153851


Compare: https://github.com/llvm/llvm-project/compare/bd89f9ec293e...834a84d091ab


More information about the All-commits mailing list