[PATCH] D48912: [libc++] Add deprecated attributes to many deprecated components
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 11:28:33 PDT 2018
aaron.ballman added a comment.
In https://reviews.llvm.org/D48912#1156191, @ldionne wrote:
> Regarding whether we want to enable or disable those warnings by default: it seems like we've reached consensus (on the LLVM IRC) for enabling the deprecation warnings by default. However, I suggest we keep them disabled by default in this commit, and then change the default in a subsequent change. This will make things easier from an integration perspective, and also in case we need to roll back the defaults because of some unforeseen circumstances.
This approach sounds fine to me.
Repository:
rL LLVM
https://reviews.llvm.org/D48912
More information about the llvm-commits
mailing list