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

LGTM



================
Comment at: clang/test/Parser/cxx0x-for-range.cpp:67
+    int a[] = {1, 2, 3, 4, 5};
+    for (auto x = n ? 1 : 2 : a); // expected-error {{expected ';' in 'for' 
statement specifier}} \
+                                  // expected-error {{expected expression}}
----------------
cor3ntin wrote:
> shafik wrote:
> > Did you try dropping the `;` at the end of this line to make sure it still 
> > does what we expect?
> yup, you think it's worth adding a test?
Yes, I feel like so many bugs could have been fixed by having better coverage 
that would have caught them when they were committed in the first place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152009

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

Reply via email to