hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/SemaCXX/constexpr-function-recovery-crash.cpp:73
+
+struct X { int a; } array[] = {{undef()}}; // expected-error {{use of 
undeclared identifier 'undef'}}
+constexpr void test11() {
----------------
this can be simplified further.

struct X {} array[] = {undef()};


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112633/new/

https://reviews.llvm.org/D112633

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to