Fixes #64949
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/SemaCXX/cxx2a-consteval.cpp | ||
---|---|---|
1120 | Another variety maybe worthing adding a test for int k() { return h{nullptr}; } |
Paths
| Differential D158733
[Clang] Fix a crash when an invalid immediate function call appears in a cast ClosedPublic Authored by cor3ntin on Aug 24 2023, 6:56 AM.
Details Summary Fixes #64949
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 24 2023, 6:56 AM This revision is now accepted and ready to land.Aug 24 2023, 7:28 AM This revision was landed with ongoing or failed builds.Aug 24 2023, 11:51 PM Closed by commit rG6824d156d5dd: [Clang] Fix a crash when an invalid immediate function call appears in a cast (authored by cor3ntin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 553386 clang/docs/ReleaseNotes.rst
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/cxx2a-consteval.cpp
|