nridge planned changes to this revision.
nridge added inline comments.
================
Comment at: clang/lib/Index/IndexDecl.cpp:708
} else if (const auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(TP)) {
+ IndexCtx.indexTypeSourceInfo(NTTP->getTypeSourceInfo(), Parent);
if (NTTP->hasDefaultArgument())
----------------
hokein wrote:
> since this is a change in clang libindex, I think it would be better to have
> the unittest in (clang/unittests/Index/IndexTests.cpp).
Will do
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153251/new/
https://reviews.llvm.org/D153251
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits