[PATCH] D153557: [clang][ExtractAPI] Add support for C++ classes
Erick Velez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 16:14:12 PDT 2023
evelez7 updated this revision to Diff 535559.
evelez7 marked 6 inline comments as done.
evelez7 added a comment.
Address some review feedback
Remove RK_Struct, RK_Union from CXXClassRecord::classof, use std::string for AccessControl, style and remove unused imports
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153557/new/
https://reviews.llvm.org/D153557
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153557.535559.patch
Type: text/x-patch
Size: 55341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230628/33ddd9c3/attachment-0001.bin>
More information about the cfe-commits
mailing list