[all-commits] [llvm/llvm-project] 1d7f9c: [clang][dataflow] Don't crash when creating pointe...

martinboehme via All-commits all-commits at lists.llvm.org
Thu Jun 29 00:13:13 PDT 2023


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

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

  Log Message:
  -----------
  [clang][dataflow] Don't crash when creating pointers to members.

The newly added tests crash without the other changes in this patch.

Reviewed By: sammccall, xazax.hun, gribozavr2

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




More information about the All-commits mailing list