[all-commits] [llvm/llvm-project] ab6c4f: [OpenMP] Fix a crash on invalid with unroll partia...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri May 9 09:33:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab6c4f50852204d3a89a647af84b6ed613a2f204
https://github.com/llvm/llvm-project/commit/ab6c4f50852204d3a89a647af84b6ed613a2f204
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/unroll_messages.cpp
Log Message:
-----------
[OpenMP] Fix a crash on invalid with unroll partial (#139280)
You cannot get the integer constant expression's value if the expression
contains errors.
Fixes https://github.com/llvm/llvm-project/issues/139267
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