[clang] Do not consider the template arguments of bases to be bases themselves
authorNathan Ridge <zeratul976@hotmail.com>
Mon, 24 Aug 2020 02:15:12 +0000 (22:15 -0400)
committerNathan Ridge <zeratul976@hotmail.com>
Tue, 1 Sep 2020 23:18:03 +0000 (19:18 -0400)
commit7cd6b0c3b5db61be94ed7f494d5036b2c30aaf3f
treecf2066ac0a2ee8c342b3077a088b1c252ba769cb
parent94948f3c929e221214ba8acf419b1cddb61e042e
[clang] Do not consider the template arguments of bases to be bases themselves

Fixes https://github.com/clangd/clangd/issues/504

Differential Revision: https://reviews.llvm.org/D86424
clang/lib/Index/IndexTypeSourceInfo.cpp
clang/test/Index/Core/index-source.cpp
clang/unittests/Index/IndexTests.cpp