rsmith added inline comments.
================ Comment at: SemaCXX/overloaded-builtin-operators-cxx17.cpp:8 +void foo(BoolRef br) { + // C++ [over.built]p3: Increment for bool got deprecated in C++17. + bool b = br++; // expected-error{{cannot increment value of type 'BoolRef'}} ---------------- Removed, not deprecated. Repository: rC Clang https://reviews.llvm.org/D45569 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits