================
@@ -127,6 +136,8 @@ struct MissingFeatures {
   static bool ternaryOp() { return false; }
   static bool tryOp() { return false; }
   static bool zextOp() { return false; }
+  static bool opPtrStride() { return false; }
+  static bool opPtrDiff() { return false; }
----------------
andykaylor wrote:

```suggestion
  static bool ptrDiffOp() { return false; }
```

https://github.com/llvm/llvm-project/pull/132420
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to