[PATCH] D151293: [clang][ExtractAPI] Refactor serializer to the CRTP
Erick Velez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 22:47:59 PDT 2023
evelez7 created this revision.
Herald added a reviewer: ributzka.
Herald added a project: All.
evelez7 requested review of this revision.
Herald added a reviewer: dang.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Refactor SerializerBase and SymbolGraphSerializer to use a visitor pattern described by the CRTP.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151293
Files:
clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
clang/lib/ExtractAPI/CMakeLists.txt
clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
clang/lib/ExtractAPI/Serialization/SerializerBase.cpp
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151293.525011.patch
Type: text/x-patch
Size: 39708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230524/40fe7b7a/attachment-0001.bin>
More information about the cfe-commits
mailing list