cor3ntin added inline comments.

================
Comment at: clang/test/SemaCXX/source_location.cpp:796
+static_assert(S(0).i == S{0}.i);
+static_assert(S(0).j == S{0}.i);
+}
----------------
aaron.ballman wrote:
> Shouldn't this test fail because `i != j`?
> 
> Can you add a test that demonstrates we've corrected the source location 
> information for diagnostics?
They should all be equal!

> Can you add a test that demonstrates we've corrected the source location 
> information for diagnostics?

Hum, i was planning to do that in https://reviews.llvm.org/D155175. I can try 
to think of something there!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155573

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to