[PATCH] D91380: [clang] Fix an assertion crash in delayed access check.

2020-11-13 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 rG7ad6c8414ce2: [clang] Fix an assertion crash in delayed access check. (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE LAS

[PATCH] D91380: [clang] Fix an assertion crash in delayed access check.

2020-11-12 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: adamcz. Herald added a project: clang. hokein requested review of this revision. TD-getTemplatedDecl() might not be a DeclContext variant, which can trigger an assertion inside `isa<>`. Repository: rG LLVM Github Monorepo https://reviews.