[all-commits] [llvm/llvm-project] 8d8c89: [clang][ExtractAPI] Add support for C++ variable t...

Erick Velez via All-commits all-commits at lists.llvm.org
Fri Aug 18 13:58:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d8c8981cac0e548f0fca1268d6e501431564f66
      https://github.com/llvm/llvm-project/commit/8d8c8981cac0e548f0fca1268d6e501431564f66
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M clang/include/clang/ExtractAPI/API.h
    M clang/include/clang/ExtractAPI/DeclarationFragments.h
    M clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
    M clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
    M clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
    M clang/lib/ExtractAPI/API.cpp
    M clang/lib/ExtractAPI/DeclarationFragments.cpp
    M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
    A clang/test/ExtractAPI/global_var_template.cpp
    A clang/test/ExtractAPI/global_var_template_partial_spec.cpp
    A clang/test/ExtractAPI/global_var_template_spec.cpp

  Log Message:
  -----------
  [clang][ExtractAPI] Add support for C++ variable templates

Serialize global C++ variable templates and specializations.

Depends on D157076

Reviewed By: dang

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




More information about the All-commits mailing list