[clang] TextNodeDumper: Dump the trait spelling of {Type,ArrayType,Expression}TraitExpr
authorBruno Ricci <riccibrun@gmail.com>
Thu, 11 Jun 2020 16:36:28 +0000 (17:36 +0100)
committerBruno Ricci <riccibrun@gmail.com>
Thu, 11 Jun 2020 19:27:40 +0000 (20:27 +0100)
commita9250c281a875d91fb5dd1c8f4ad8ee4ff61b75d
tree837cca06de8d223f7cfaaa8e9c372f7554128960
parentefb0413a5cf9b1481c9b6169c8685f8d71f6de84
[clang] TextNodeDumper: Dump the trait spelling of {Type,ArrayType,Expression}TraitExpr

nodes using the new helper functions introduced
in 78e636b3f2f0b0487130b31fade4f95ab179a18c.
clang/include/clang/AST/TextNodeDumper.h
clang/lib/AST/TextNodeDumper.cpp
clang/test/AST/ast-dump-traits.cpp [new file with mode: 0644]