================ @@ -521,6 +521,8 @@ Improvements to Clang's diagnostics - Fixed a duplicate diagnostic when performing typo correction on function template calls with explicit template arguments. (#GH139226) +- An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses has expression larger than 64 bit. ---------------- AaronBallman wrote:
```suggestion - An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses have an argument larger than what can fit within a 64-bit integer. ``` https://github.com/llvm/llvm-project/pull/138592 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits