[PATCH] D62303: [Index] Fix reported references in presence of template type aliases
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 06:52:36 PDT 2019
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: clang/lib/Index/IndexTypeSourceInfo.cpp:140
+ bool IsTypeAlias) {
+ if (ResolvedClass) {
+ // In presence of type aliases, the resolved class was never written in
----------------
why not merge with next condition?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62303/new/
https://reviews.llvm.org/D62303
More information about the cfe-commits
mailing list