summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-template-specialization.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Index] Report specialization bases as references when ↵Fangrui Song2018-09-231-0/+10
| | | | | | | | | | | | | | | | | | | | IndexImplicitInstantiation is true Summary: template <typename T> struct B {}; template <typename T> struct D : B<T> {}; // `B` was not reported as a reference This patch fixes this. Reviewers: akyrtzi, arphaman, devnexen Reviewed By: devnexen Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D52331 llvm-svn: 342831
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-0/+19
Reviewers: akyrtzi, arphaman Reviewed By: akyrtzi Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D49476 llvm-svn: 337529
OpenPOWER on IntegriCloud