Serialize global C++ variable templates and specializations.
Depends on D157076
Paths
| Differential D157350
[clang][ExtractAPI] Add support for C++ variable templates ClosedPublic Authored by evelez7 on Aug 7 2023, 6:28 PM.
Details
Diff Detail
Event Timelineevelez7 added a child revision: D157579: [clang][ExtractAPI] Add support for C++ global function templates.Aug 9 2023, 8:47 PM This revision is now accepted and ready to land.Aug 18 2023, 8:03 AM Closed by commit rG8d8c8981cac0: [clang][ExtractAPI] Add support for C++ variable templates (authored by evelez7). · Explain WhyAug 18 2023, 1:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 551633 clang/include/clang/ExtractAPI/API.h
clang/include/clang/ExtractAPI/DeclarationFragments.h
clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
clang/lib/ExtractAPI/API.cpp
clang/lib/ExtractAPI/DeclarationFragments.cpp
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
clang/test/ExtractAPI/global_var_template.cpp
clang/test/ExtractAPI/global_var_template_partial_spec.cpp
clang/test/ExtractAPI/global_var_template_spec.cpp
|