This is an archive of the discontinued LLVM Phabricator instance.

[Index] Fix reported references in presence of template type aliases
ClosedPublic

Authored by ilya-biryukov on May 23 2019, 5:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.May 23 2019, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2019, 5:50 AM
kadircet accepted this revision.May 23 2019, 6:51 AM

LGTM, thanks!

clang/lib/Index/IndexTypeSourceInfo.cpp
140 ↗(On Diff #200938)

why not merge with next condition?

This revision is now accepted and ready to land.May 23 2019, 6:51 AM
ilya-biryukov marked 2 inline comments as done.
  • Address a comment
ilya-biryukov added inline comments.May 23 2019, 9:40 AM
clang/lib/Index/IndexTypeSourceInfo.cpp
140 ↗(On Diff #200938)

Thanks!

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2019, 9:49 AM