[all-commits] [llvm/llvm-project] e326f5: [clangd] Fix the incomplete template specializatio...

Haojian Wu via All-commits all-commits at lists.llvm.org
Fri Feb 21 00:47:39 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e326f52430419af1ca5aed635168672fbaab5654
      https://github.com/llvm/llvm-project/commit/e326f52430419af1ca5aed635168672fbaab5654
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp

  Log Message:
  -----------
  [clangd] Fix the incomplete template specialization in findTarget.

Summary:
FindTarget doesn't report the TemplatePattern for incomplete
specialization.

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D74900




More information about the All-commits mailing list