[PATCH] D133771: Add a "Potentially Breaking Changes" section to the Clang release notes
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 08:16:34 PDT 2022
sylvestre.ledru added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:49
+ present in major C++ implementations (including Clang), this error has the
+ ability to be downgraded into a warning (via: -Wno-error=enum-constexpr-conversion)
+ to provide a transition period for users. This diagnostic is expected to turn
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133771/new/
https://reviews.llvm.org/D133771
More information about the cfe-commits
mailing list