[PATCH] D141654: [clang-format] Replace DeriveLineEnding and UseCRLF with LineEnding
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 21 20:19:19 PST 2023
owenpan added a comment.
In D141654#4053470 <https://reviews.llvm.org/D141654#4053470>, @rymiel wrote:
> This also made me wonder, is there an actual policy on deprecated options? As in, when they are actually removed.
We deprecate options only as a cleanup (as in this patch) or when adding new options (as in D108752 <https://reviews.llvm.org/D108752>) and should keep maintain backward compatibility. (Also see the original idea from @MyDeveloperDay in https://reviews.llvm.org/D19031#1745767.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141654/new/
https://reviews.llvm.org/D141654
More information about the cfe-commits
mailing list