[all-commits] [llvm/llvm-project] 006900: [clang][dataflow] Add a test for context-sensitive...

martinboehme via All-commits all-commits at lists.llvm.org
Fri Sep 15 05:31:24 PDT 2023


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

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

  Log Message:
  -----------
  [clang][dataflow] Add a test for context-sensitive analysis on a self-referential class. (#66359)

The test demonstrates that the `this` pointer seen in the constructor
has the
same value as the address of the variable the object is constructed
into.




More information about the All-commits mailing list