Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150566
[clang] Provide source range to 'invalid subexpr in const expr' diags ClosedPublic Authored by tbaeder on May 15 2023, 6:13 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 16 2023, 9:29 AM This revision was landed with ongoing or failed builds.Jul 26 2023, 12:12 AM Closed by commit rG7a3ad8ed77ee: [clang] Provide source range to 'invalid subexpr in const expr' diags (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544230 clang/lib/AST/ExprConstant.cpp
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/InterpFrame.h
clang/lib/AST/Interp/InterpFrame.cpp
clang/lib/AST/Interp/Source.h
clang/lib/AST/Interp/Source.cpp
clang/test/Misc/constexpr-source-ranges.cpp
|