A depenent type is possible in C-only path, add a proper handling when
checking the enum constant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150948
[clang][RecoveryExpr] Fix a crash where a dependent type crahes on c-only code path. ClosedPublic Authored by hokein on May 19 2023, 2:41 AM.
Details Summary A depenent type is possible in C-only path, add a proper handling when
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 19 2023, 8:29 AM This revision was landed with ongoing or failed builds.May 19 2023, 11:25 AM Closed by commit rGa62e205254c0: [clang][RecoveryExpr] Fix a crash where a dependent type crahes on c-only code… (authored by hokein). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523872 clang/docs/ReleaseNotes.rst
clang/lib/Sema/SemaDecl.cpp
clang/test/AST/ast-dump-recovery.c
|