aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a minor test formatting nit. Please be sure to also write a 
release note for the fix.



================
Comment at: clang/test/SemaCXX/constant-expression-cxx2a.cpp:1478-1482
+class B{
+  virtual int constexpr f() = 0;
+};
+
+class D : B{
----------------



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

https://reviews.llvm.org/D132906

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

Reply via email to