[PATCH] D133771: Add a "Potentially Breaking Changes" section to the Clang release notes
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 10:25:18 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
Herald added a subscriber: StephenFan.
================
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
----------------
sylvestre.ledru wrote:
>
Two backsticks for rst :)
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