[PATCH] D124238: [AST] QualifiedTemplateName::getTemplateDecl cleanup.

2022-04-22 Thread Haojian Wu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG864752cfeba4: [AST] QualifiedTemplateName::getTemplateDecl cleanup. (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[PATCH] D124238: [AST] QualifiedTemplateName::getTemplateDecl cleanup.

2022-04-22 Thread Haojian Wu via Phabricator via cfe-commits
hokein updated this revision to Diff 424446. hokein marked 2 inline comments as done. hokein added a comment. address comments Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D124238/new/ https://reviews.llvm.org/D124238 Files: clang/include/clang/

[PATCH] D124238: [AST] QualifiedTemplateName::getTemplateDecl cleanup.

2022-04-22 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land. Comment at: clang/lib/AST/ItaniumMangle.cpp:2206 switch (TN.getKind()) { case TemplateName::QualifiedTemplate: +TD = TN.getAsQualifiedTemplateName() -

[PATCH] D124238: [AST] QualifiedTemplateName::getTemplateDecl cleanup.

2022-04-22 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added a subscriber: arphaman. Herald added a project: All. hokein requested review of this revision. Herald added a project: clang. This is a followup cleanup of 1234b1c6d8113d50beef5801be607ad1d502b2f7