You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -520,12 +520,12 @@ Improvements to Clang's diagnostics
520
520
- Several compatibility diagnostics that were incorrectly being grouped under
521
521
``-Wpre-c++20-compat`` are now part of ``-Wc++20-compat``. (#GH138775)
522
522
523
-
- Improved the ``-Wtautological-overlap-compare`` diagnostics to warn about overlapping and non-overlapping ranges involving character literals and floating-point literals.
523
+
- Improved the ``-Wtautological-overlap-compare`` diagnostics to warn about overlapping and non-overlapping ranges involving character literals and floating-point literals.
524
524
The warning message for non-overlapping cases has also been improved (#GH13473).
525
525
526
526
- Fixed a duplicate diagnostic when performing typo correction on function template
527
527
calls with explicit template arguments. (#GH139226)
528
-
528
+
529
529
- Explanatory note is printed when ``assert`` fails during evaluation of a
530
530
constant expression. Prior to this, the error inaccurately implied that assert
531
531
could not be used at all in a constant expression (#GH130458)
@@ -709,6 +709,7 @@ Bug Fixes to C++ Support
709
709
- Fixed the handling of pack indexing types in the constraints of a member function redeclaration. (#GH138255)
710
710
- Clang now correctly parses arbitrary order of ``[[]]``, ``__attribute__`` and ``alignas`` attributes for declarations (#GH133107)
711
711
- Fixed a crash when forming an invalid function type in a dependent context. (#GH138657) (#GH115725) (#GH68852)
712
+
- Clang no longer segfaults when there is a configuration mismatch between modules and their users (http://crbug.com/400353616).
0 commit comments