History log of /llvm-project/clang/test/AST/ast-dump-functionprototype.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4
# f9ead469 26-Oct-2023 Jessica Clarke <jrtc27@jrtc27.com>

[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

[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.

show more ...


Revision tags: llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3
# 7fc6fa97 10-Aug-2023 Timo Stripf <timo.stripf@emmtrix.com>

[clang][AST] TextNodeDumper learned to output exception specifications

Extended TextNodeDumper::VisitFunctionProtoType to output exception specifications

Reviewed By: aaron.ballman

Differential Re

[clang][AST] TextNodeDumper learned to output exception specifications

Extended TextNodeDumper::VisitFunctionProtoType to output exception specifications

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D155383

show more ...