erichkeane added inline comments.

================
Comment at: clang/lib/AST/ASTContext.cpp:10987
   case 'i':
-    if (HowLong == 3)
+    if (HowLong == 3) {
+      if (!AllowInt128 && !Context.getTargetInfo().hasInt128Type()) {
----------------
Please add a test in Sema as well to validate the diagnostic so we can ensure 
it sounds sane.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114425

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

Reply via email to