Adding is_anonymous the ASTDump for CXXRecordDecl. This turned out to be useful when debugging some problems with how LLDB creates ASTs from DWARF.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66028
[ASTDump] Add is_anonymous to VisitCXXRecordDecl ClosedPublic Authored by shafik on Aug 9 2019, 1:23 PM.
Details 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 9 2019, 4:07 PM Closed by commit rL368591: [ASTDump] Add is_anonymous to VisitCXXRecordDecl (authored by shafik). · Explain WhyAug 12 2019, 10:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 214655 cfe/trunk/lib/AST/TextNodeDumper.cpp
cfe/trunk/test/AST/ast-dump-records.cpp
|