[PATCH] D48912: [libc++] Add deprecated attributes to many deprecated components

Marshall Clow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 23:15:32 PDT 2018


mclow.lists added a comment.

Like the "don't discard return values" patch that is currently under review (https://reviews.llvm.org/D45179), this needs to be opt-in - otherwise people will complain (loudly).
I am in favor of doing this - just not by default.


Repository:
  rL LLVM

https://reviews.llvm.org/D48912





More information about the llvm-commits mailing list