[PATCH] D147073: [Coverage] Handle invalid end location of an expression/statement.

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 11:30:27 PDT 2023


shafik added a comment.

In D147073#4228290 <https://reviews.llvm.org/D147073#4228290>, @zequanwu wrote:

> I'm trying to add the test case from: https://github.com/llvm/llvm-project/issues/45481#issuecomment-981028897, but lit test fails in `<compare>` not found.

You can just define your own `strong_ordering` like this test `clang/test/SemaCXX/warn-zero-nullptr-cxx20.cpp`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147073/new/

https://reviews.llvm.org/D147073



More information about the cfe-commits mailing list