| commit | cb282b4ebcc6dfdad55581464cd72abb0fec9cc4 | [log] [tgz] |
|---|---|---|
| author | Shafik Yaghmour <syaghmour@apple.com> | Mon Aug 12 17:07:49 2019 +0000 |
| committer | Shafik Yaghmour <syaghmour@apple.com> | Mon Aug 12 17:07:49 2019 +0000 |
| tree | 0abc80b086e7286b39c34616a49db7a9ac411b32 | |
| parent | 6a3c2c84be2b319e4aa893e6b3440eedc27ab3a6 [diff] |
[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