diff options
author | Diego Astiazaran <diegoaat97@gmail.com> | 2019-08-16 00:10:49 +0000 |
---|---|---|
committer | Diego Astiazaran <diegoaat97@gmail.com> | 2019-08-16 00:10:49 +0000 |
commit | ba3d595f93a45965adb4f47bfc57e28c00ba8942 (patch) | |
tree | ee16fc68101e6222c8bb9cf10f93f994f74cf423 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 76053297bd779ae13bd456c8ddbd405754ee39f2 (diff) | |
download | llvm-ba3d595f93a45965adb4f47bfc57e28c00ba8942.zip llvm-ba3d595f93a45965adb4f47bfc57e28c00ba8942.tar.gz llvm-ba3d595f93a45965adb4f47bfc57e28c00ba8942.tar.bz2 |
[clang-doc] Serialize inherited attributes and methods
clang-doc now serializes the inherited attributes and methods, not only the name of the base class.
All inherited are tracked, if B:A and C:B, info of A is included in C.
This data is stored in attribute Bases in a RecordInfo.
Previously tracked inheritance data, stored in Parents and VParents, hasn't been removed to reduce review load.
Differential revision: https://reviews.llvm.org/D66238
llvm-svn: 369075
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions