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
525
525
526
526
- Fixed a duplicate diagnostic when performing typo correction on function template
527
527
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.
531
528
532
529
- Explanatory note is printed when ``assert `` fails during evaluation of a
533
530
constant expression. Prior to this, the error inaccurately implied that assert
@@ -950,6 +947,8 @@ OpenMP Support
950
947
a crash if the next token after ``metadirective `` was a paren, bracket, or
951
948
brace. The other was if the next token after the meta directive was not an
952
949
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.
953
952
954
953
Improvements
955
954
^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments