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 t
nridge created this revision.
Herald added subscribers: usaxena95, kadircet, arphaman.
nridge requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang.
Fixes https://github.com/clangd/clangd/issues/633
Repository:
rG LLVM G