This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Index the type of a non-type template parameter
ClosedPublic

Authored by nridge on Jun 19 2023, 12:53 AM.

Diff Detail

Event Timeline

nridge created this revision.Jun 19 2023, 12:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 12:53 AM
nridge requested review of this revision.Jun 19 2023, 12:53 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 19 2023, 12:53 AM
hokein added inline comments.Jun 19 2023, 2:35 AM
clang/lib/Index/IndexDecl.cpp
708

since this is a change in clang libindex, I think it would be better to have the unittest in (clang/unittests/Index/IndexTests.cpp).

nridge planned changes to this revision.Jun 19 2023, 11:36 AM
nridge added inline comments.
clang/lib/Index/IndexDecl.cpp
708

Will do

nridge updated this revision to Diff 532798.Jun 19 2023, 11:58 PM

Address review comment

hokein accepted this revision.Jun 20 2023, 12:21 AM

thanks.

This revision is now accepted and ready to land.Jun 20 2023, 12:21 AM
This revision was automatically updated to reflect the committed changes.