File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
954953Improvements
955954^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments