-
- Downloads
[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
Showing
- clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h 27 additions, 0 deletions...de/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
- clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp 46 additions, 11 deletionsclang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
- clang/test/ExtractAPI/enum.c 109 additions, 34 deletionsclang/test/ExtractAPI/enum.c
- clang/test/ExtractAPI/global_record.c 40 additions, 28 deletionsclang/test/ExtractAPI/global_record.c
- clang/test/ExtractAPI/global_record_multifile.c 40 additions, 28 deletionsclang/test/ExtractAPI/global_record_multifile.c
- clang/test/ExtractAPI/language.c 20 additions, 8 deletionsclang/test/ExtractAPI/language.c
- clang/test/ExtractAPI/macro_undefined.c 57 additions, 39 deletionsclang/test/ExtractAPI/macro_undefined.c
- clang/test/ExtractAPI/macros.c 55 additions, 19 deletionsclang/test/ExtractAPI/macros.c
- clang/test/ExtractAPI/objc_interface.m 59 additions, 19 deletionsclang/test/ExtractAPI/objc_interface.m
- clang/test/ExtractAPI/objc_protocol.m 19 additions, 7 deletionsclang/test/ExtractAPI/objc_protocol.m
- clang/test/ExtractAPI/struct.c 50 additions, 16 deletionsclang/test/ExtractAPI/struct.c
Loading
Please register or sign in to comment