[all-commits] [llvm/llvm-project] 477ee0: [clang][dataflow] Add an `operator<<` for `Optiona...

martinboehme via All-commits all-commits at lists.llvm.org
Thu Jul 20 05:53:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 477ee05f83c6cc4f11b45e61e606934b99e72290
      https://github.com/llvm/llvm-project/commit/477ee05f83c6cc4f11b45e61e606934b99e72290
  Author: Martin Braenne <mboehme at google.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

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

  Log Message:
  -----------
  [clang][dataflow] Add an `operator<<` for `OptionalTypeIdentifier`.

When tests fail in UncheckedOptionalAccessModelTest.cpp, this prints the name of the optional type instead of a blob of hex.

Reviewed By: ymandel

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




More information about the All-commits mailing list