[all-commits] [llvm/llvm-project] 8b5d3b: [clang][dataflow] Print the source line if we saw ...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b5d3ba829c162fd4890fd65a4629ce0715825ee
      https://github.com/llvm/llvm-project/commit/8b5d3ba829c162fd4890fd65a4629ce0715825ee
  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] Print the source line if we saw unexpected diagnostics in tests.

This makes it easier to determine which line the unexpected happened on; previously, we would only get the line number.

Reviewed By: ymandel

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




More information about the All-commits mailing list