aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM aside from a testing request.



================
Comment at: clang/test/AST/Interp/literals.cpp:342
+  static_assert(mc == 'abc', "");
+  __WCHAR_TYPE__ wm = L'abc'; // ref-error{{wide character literals may not 
contain multiple characters}} \
+                              // expected-error{{wide character literals may 
not contain multiple characters}}
----------------
I'd like to see the same test for `u`, `U`, and `u8` prefixes (which should all 
fail the same was as `L`).


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

https://reviews.llvm.org/D135366

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

Reply via email to