[PATCH] D109654: [clang] disable implicit moves when not in CPlusPLus

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 15 14:36:01 PDT 2021


mizvekov added a comment.

In D109654#3002632 <https://reviews.llvm.org/D109654#3002632>, @thakis wrote:

> Is it possible that this disabled this for Objective-C++ too?

As far as I understand, CPlusPLus will be set on ObjectiveC++ as well, and I think we do have test coverage there, but I haven't personally manually tested this.
Do you see any indications this is a problem?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109654



More information about the cfe-commits mailing list