aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorDaniel Grumberg <dgrumberg@apple.com>2022-04-01 19:14:23 +0100
committerDaniel Grumberg <dgrumberg@apple.com>2022-04-06 19:14:05 +0100
commit9fc45ca00a19336c0724631aa1b1985dd4f4d536 (patch)
tree4c3464c52f2079530bccc5c34a14a7a97bcb6012 /lldb/source/Commands/CommandObjectThread.cpp
parent482fad4a3fcb013aa19e97661e3d66583d026bb8 (diff)
downloadllvm-9fc45ca00a19336c0724631aa1b1985dd4f4d536.zip
llvm-9fc45ca00a19336c0724631aa1b1985dd4f4d536.tar.gz
llvm-9fc45ca00a19336c0724631aa1b1985dd4f4d536.tar.bz2
[clang][extract-api] Add support for typedefs
Typedef records consist of the symbol associated with the underlying TypedefDecl and a SymbolReference to the underlying type. Additionally typedefs for anonymous TagTypes use the typedef'd name as the symbol name in their respective records and USRs. As a result the declaration fragments for the anonymous TagType are those for the associated typedef. This means that when the user is defining a typedef to a typedef to a anonymous type, we use a reference the anonymous TagType itself and do not emit the typedef to the anonymous type in the generated symbol graph, including in the type destination of further typedef symbol records. Differential Revision: https://reviews.llvm.org/D123019
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions