Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Index] Report specialization bases as references when ↵ | Fangrui Song | 2018-09-23 | 1 | -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 Liu | 2018-07-20 | 1 | -0/+19 |
Reviewers: akyrtzi, arphaman Reviewed By: akyrtzi Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D49476 llvm-svn: 337529 |