[PATCH] D123045: [clang][extract-api] Fix small issues with SymbolGraphSerializer
Daniel Grumberg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 5 04:42:20 PDT 2022
dang updated this revision to Diff 420451.
dang added a comment.
Address code review feedback:
- Fix the function signature serialization
- Typo fix of "m to ",
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123045/new/
https://reviews.llvm.org/D123045
Files:
clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
clang/test/ExtractAPI/enum.c
clang/test/ExtractAPI/global_record.c
clang/test/ExtractAPI/global_record_multifile.c
clang/test/ExtractAPI/language.c
clang/test/ExtractAPI/macro_undefined.c
clang/test/ExtractAPI/macros.c
clang/test/ExtractAPI/objc_interface.m
clang/test/ExtractAPI/objc_protocol.m
clang/test/ExtractAPI/struct.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123045.420451.patch
Type: text/x-patch
Size: 35922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220405/fad0d9e8/attachment-0001.bin>
More information about the cfe-commits
mailing list