[ASTDump] Add is_anonymous to VisitCXXRecordDecl
authorShafik Yaghmour <syaghmour@apple.com>
Mon, 12 Aug 2019 17:07:49 +0000 (17:07 +0000)
committerShafik Yaghmour <syaghmour@apple.com>
Mon, 12 Aug 2019 17:07:49 +0000 (17:07 +0000)
commitcb282b4ebcc6dfdad55581464cd72abb0fec9cc4
tree0abc80b086e7286b39c34616a49db7a9ac411b32
parent6a3c2c84be2b319e4aa893e6b3440eedc27ab3a6
[ASTDump] Add is_anonymous to VisitCXXRecordDecl

Summary:
Adding is_anonymous the ASTDump for CXXRecordDecl. This turned out to be useful when debugging some problems with how LLDB creates ASTs from DWARF.

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

llvm-svn: 368591
clang/lib/AST/TextNodeDumper.cpp
clang/test/AST/ast-dump-records.cpp