[all-commits] [llvm/llvm-project] 80b787: [clang][ExtractAPI] Add support for C++ global fun...
Erick Velez via All-commits
all-commits at lists.llvm.org
Fri Aug 18 17:42:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80b787e803292119f30da2e1e95acff5beea61db
https://github.com/llvm/llvm-project/commit/80b787e803292119f30da2e1e95acff5beea61db
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_func_template.cpp
A clang/test/ExtractAPI/global_func_template_spec.cpp
Log Message:
-----------
[clang][ExtractAPI] Add support for C++ global function templates
Add records, serialization for global function templates and their specializations
Depends on D157350
Reviewed By: dang
Differential Revision: https://reviews.llvm.org/D157579
More information about the All-commits
mailing list