[all-commits] [llvm/llvm-project] 6b50bf: [clang] Store the template param list of an explic...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Tue Mar 14 00:04:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b50bfc8f25a4d78a17a9134c3e2e26c19bb7dff
      https://github.com/llvm/llvm-project/commit/6b50bfc8f25a4d78a17a9134c3e2e26c19bb7dff
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang/lib/Sema/SemaDecl.cpp

  Log Message:
  -----------
  [clang] Store the template param list of an explicit variable template specialization

VarTemplateSpecializationDecl does not store a template param list,
so the "template<>" needs to be stored in the ExtInfo.

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




More information about the All-commits mailing list