summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@jrtc27.com>2023-10-26 19:28:28 +0100
committerGitHub <noreply@github.com>2023-10-26 19:28:28 +0100
commitf9ead46931aef2978ddf350ba6523638175d7861 (patch)
tree8ec822f0acda04fcb61a7da71aaef620fe2d875a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentcf07904ee4ef5445342404f28193cb8583c0a61c (diff)
[AST] Only dump desugared type when visibly different (#65214)
These are an artifact of how types are structured but serve little purpose, merely showing that the type is sugared in some way. For example, ElaboratedType's existence means struct S gets printed as 'struct S':'struct S' in the AST, which is unnecessary visual clutter. Note that skipping the second print when the types have the same string matches what we do for diagnostics, where the aka will be skipped.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions