[PATCH] D62303: [Index] Fix reported references in presence of template type aliases

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 09:40:46 PDT 2019


ilya-biryukov added inline comments.


================
Comment at: clang/lib/Index/IndexTypeSourceInfo.cpp:140
+                                           bool IsTypeAlias) {
+    if (ResolvedClass) {
+      // In presence of type aliases, the resolved class was never written in
----------------
kadircet wrote:
> why not merge with next condition?
Thanks!


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