Skip to content

Commit 3302f9f

Browse files
committed
Move release note to a better spot; NFC
1 parent 0eb8a92 commit 3302f9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,9 +525,6 @@ Improvements to Clang's diagnostics
525525

526526
- Fixed a duplicate diagnostic when performing typo correction on function template
527527
calls with explicit template arguments. (#GH139226)
528-
529-
- An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses have an
530-
argument larger than what can fit within a 64-bit integer.
531528

532529
- Explanatory note is printed when ``assert`` fails during evaluation of a
533530
constant expression. Prior to this, the error inaccurately implied that assert
@@ -950,6 +947,8 @@ OpenMP Support
950947
a crash if the next token after ``metadirective`` was a paren, bracket, or
951948
brace. The other was if the next token after the meta directive was not an
952949
open parenthesis. (#GH139665)
950+
- An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses have
951+
an argument larger than what can fit within a 64-bit integer.
953952

954953
Improvements
955954
^^^^^^^^^^^^

0 commit comments

Comments
 (0)