Quuxplusone added a comment.

LGTM now, mod the (important!) typo in the test.



================
Comment at: clang/test/SemaCXX/type-traits.cpp:1444
   int t27[F(__is_signed(UnionAr))];
+  int t28[F(__is_unsigned(UnsignedEnum))];
 }
----------------
s/is_unsigned/is_signed/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98104

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

Reply via email to