This fixes a long standing diagnostic difference between the two interpreters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154758
[clang][Interp] Emit correct diagnostic for uninitialized reads ClosedPublic Authored by tbaeder on Jul 7 2023, 9:30 PM.
Details Summary This fixes a long standing diagnostic difference between the two interpreters.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 8 2023, 12:40 AM This revision was landed with ongoing or failed builds.Jul 9 2023, 7:38 AM Closed by commit rGc54ff51be9c1: [clang][Interp] Emit correct diagnostic for uninitialized reads (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 538434 clang/lib/AST/Interp/Interp.cpp
clang/test/AST/Interp/constexpr-nqueens.cpp
clang/test/AST/Interp/cxx20.cpp
clang/test/AST/Interp/literals.cpp
clang/test/AST/Interp/records.cpp
|