[all-commits] [llvm/llvm-project] 08f034: [clang][ExtractAPI] Add support for namespaces
Erick Velez via All-commits
all-commits at lists.llvm.org
Tue Aug 22 09:57:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08f034f952fa67fc379df4caee2904de466a69f9
https://github.com/llvm/llvm-project/commit/08f034f952fa67fc379df4caee2904de466a69f9
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M clang/include/clang/ExtractAPI/API.h
M clang/include/clang/ExtractAPI/DeclarationFragments.h
M clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
M clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
M clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
M clang/lib/ExtractAPI/API.cpp
M clang/lib/ExtractAPI/DeclarationFragments.cpp
M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
A clang/test/ExtractAPI/namespace.cpp
A clang/test/ExtractAPI/nested_namespaces.cpp
Log Message:
-----------
[clang][ExtractAPI] Add support for namespaces
Serialize namespaces, nested namespaces, and class relationships inside them.
Depends on D157076
Reviewed By: dang
Differential Revision: https://reviews.llvm.org/D158239
More information about the All-commits
mailing list