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
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.