[all-commits] [llvm/llvm-project] d59745: [OpenMP] Fix crash with invalid argument to simd c...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon May 12 05:04:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5974524de6d7bccb95a1b3f074d1b6b76b60497
https://github.com/llvm/llvm-project/commit/d5974524de6d7bccb95a1b3f074d1b6b76b60497
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/simd_collapse_messages.cpp
Log Message:
-----------
[OpenMP] Fix crash with invalid argument to simd collapse (#139313)
Same as with other recent crash fixes, this is checking whether the
argument expression contains errors or not.
Fixes #138493
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list