[all-commits] [llvm/llvm-project] 28d793: [clang][extract-api] Fix small issues with SymbolG...
Daniel Grumberg via All-commits
all-commits at lists.llvm.org
Wed Apr 6 10:46:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28d793144f2a5c92b83df3cc3d2772ec4cab0ad3
https://github.com/llvm/llvm-project/commit/28d793144f2a5c92b83df3cc3d2772ec4cab0ad3
Author: Daniel Grumberg <dgrumberg at apple.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
M clang/test/ExtractAPI/enum.c
M clang/test/ExtractAPI/global_record.c
M clang/test/ExtractAPI/global_record_multifile.c
M clang/test/ExtractAPI/language.c
M clang/test/ExtractAPI/macro_undefined.c
M clang/test/ExtractAPI/macros.c
M clang/test/ExtractAPI/objc_interface.m
M clang/test/ExtractAPI/objc_protocol.m
M clang/test/ExtractAPI/struct.c
Log Message:
-----------
[clang][extract-api] Fix small issues with SymbolGraphSerializer
This includes:
- replacing "relationhips" with "relationships"
- emitting the "pathComponents" property on symbols
- emitting the "accessLevel" property on symbols
Differential Revision: https://reviews.llvm.org/D123045
More information about the All-commits
mailing list