TD-getTemplatedDecl() might not be a DeclContext variant, which can
trigger an assertion inside isa<>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91380
[clang] Fix an assertion crash in delayed access check. ClosedPublic Authored by hokein on Nov 12 2020, 12:38 PM.
Details Summary TD-getTemplatedDecl() might not be a DeclContext variant, which can
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 13 2020, 3:31 AM This revision was landed with ongoing or failed builds.Nov 13 2020, 5:03 AM Closed by commit rG7ad6c8414ce2: [clang] Fix an assertion crash in delayed access check. (authored by hokein). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305104 clang/lib/Sema/SemaAccess.cpp
clang/test/SemaCXX/cxx14-access.cpp
|