[PATCH] D74387: [OpenMP][SYCL] Improve diagnosing of unsupported types usage

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 28 10:23:33 PDT 2020


jdoerfert added a comment.

Can you include these:

  long double qa, qb;
  decltype(qa + qb) qc;
  double qd[sizeof(-(-(qc * 2)))];


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74387





More information about the cfe-commits mailing list