efriedma added inline comments.

================
Comment at: clang/lib/Sema/SemaExpr.cpp:10087
+    // a conversion.
+    Kind = CK_NoOp;
+    return Compatible;
----------------
I'd like to see testcases for:

- Codegen (LLVM IR emission)
- Constant evaluation.  (Is a cast like this allowed in an integer constant 
expression?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148800

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

Reply via email to