[PATCH] D101212: [AST][JSON] Fix null ptr crash dumping TemplateTemplateParmDecl

2021-04-24 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman closed this revision. aaron.ballman added a comment. In D101212#2714697 , @dtolnay wrote: > Yes, could you please commit for me? This is my first contribution. Please > attribute to David Tolnay . I've committed on your behalf in 967ebad12

[PATCH] D101212: [AST][JSON] Fix null ptr crash dumping TemplateTemplateParmDecl

2021-04-24 Thread David Tolnay via Phabricator via cfe-commits
dtolnay added a comment. Yes, could you please commit for me? This is my first contribution. Please attribute to David Tolnay . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101212/new/ https://reviews.llvm.org/D101212 ___

[PATCH] D101212: [AST][JSON] Fix null ptr crash dumping TemplateTemplateParmDecl

2021-04-24 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM, thank you for the fix! Do you need me to commit on your behalf? If so, what email address and name would you like me to use for attribution? Repository: rG LLVM Github M

[PATCH] D101212: [AST][JSON] Fix null ptr crash dumping TemplateTemplateParmDecl

2021-04-23 Thread David Tolnay via Phabricator via cfe-commits
dtolnay created this revision. dtolnay added a reviewer: aaron.ballman. Herald added a subscriber: kristof.beyls. dtolnay requested review of this revision. Herald added a project: clang. Minimal repro-- the following program winds up with D->getDefaultArgStorage().getInheritedFrom() == nullptr du