nridge added inline comments.

================
Comment at: clang-tools-extra/clangd/unittests/FindTargetTests.cpp:790
 
+TEST_F(TargetDeclTest, TypedefCascade) {
+  Code = R"cpp(
----------------
This test case is not strictly related to the bug, but it adds test coverage 
for a scenario that I think is important, and that could be broken if we took a 
different approach to fixing this bug (see [my comments on the 
issue](https://github.com/clangd/clangd/issues/633#issuecomment-757586253) for 
details).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94382

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

Reply via email to