Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153251
[clangd] Index the type of a non-type template parameter ClosedPublic Authored by nridge on Jun 19 2023, 12:53 AM.
Details Summary
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 19 2023, 12:53 AM
This revision is now accepted and ready to land.Jun 20 2023, 12:21 AM Closed by commit rGc3075023850b: [clangd] Index the type of a non-type template parameter (authored by nridge). · Explain WhyJun 20 2023, 12:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532798 clang/lib/Index/IndexDecl.cpp
clang/unittests/Index/IndexTests.cpp
|
since this is a change in clang libindex, I think it would be better to have the unittest in (clang/unittests/Index/IndexTests.cpp).