This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc54ff51be9c1: [clang][Interp] Emit correct diagnostic for
uninitialized reads (authored by tbaeder).
Changed prior to commit:
https://reviews.llvm
cor3ntin accepted this revision.
cor3ntin added a comment.
This revision is now accepted and ready to land.
LGTM but please make sure to run clang-format before commiting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154758/new/
https://reviews.llvm.org/D154758
___
tbaeder updated this revision to Diff 538325.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154758/new/
https://reviews.llvm.org/D154758
Files:
clang/lib/AST/Interp/Interp.cpp
clang/test/AST/Interp/constexpr-nqueens.cpp
clang/test/AST/Interp/cxx20.cpp
clang/test/AST/Interp/litera
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, shafik, cor3ntin.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This fixes a long standing diagnostic difference betwe