[libcxx-commits] [PATCH] D62428: [libcxx] Slightly improved policy for handling experimental features

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 31 12:23:30 PDT 2019


mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

In D62428#1525385 <https://reviews.llvm.org/D62428#1525385>, @ldionne wrote:

> Folks, I just spoke to Marshall over the phone and I believe one of the reasons for the opposition is that I didn't make it clear we were not warning on ALL uses of experimental features. The new proposal only adds deprecation warnings when we standardize a feature and we know FOR SURE we're going to remove the experimental version in the near future. I didn't make that change from the initial proposal clear, and I apologize for that. With that thing being clear, the proposal seemed to be more reasonable.


I still think that this is the wrong place for this functionality, but this solves a problem today, and we can fix it "better" later.
P.S. I like @dexonsmith 's suggestion to hook into `-Wno-deprecated` somehow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62428





More information about the libcxx-commits mailing list