[all-commits] [llvm/llvm-project] 7ba37f: [clang][ExtractAPI] Add support for C++ class temp...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ba37f4e46a5bbb1dc42f1ea1722296ea32034d5
      https://github.com/llvm/llvm-project/commit/7ba37f4e46a5bbb1dc42f1ea1722296ea32034d5
  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/class_template.cpp
    A clang/test/ExtractAPI/class_template_param_inheritance.cpp
    A clang/test/ExtractAPI/class_template_partial_spec.cpp
    A clang/test/ExtractAPI/class_template_spec.cpp
    A clang/test/ExtractAPI/concept.cpp

  Log Message:
  -----------
  [clang][ExtractAPI] Add support for C++ class templates and concepts

Add has_template template, DeclarationFragmentBuilder functions, and tests for class templates, specializations/partial specs, and concepts.

Depends on D157007

Reviewed By: dang

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




More information about the All-commits mailing list