[all-commits] [llvm/llvm-project] 187a83: [OpenMP] No long crash on an invalid sizes argumen...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri May 9 03:52:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 187a83f86caef2cbeb0b4aaa1f15e507c3f99763
https://github.com/llvm/llvm-project/commit/187a83f86caef2cbeb0b4aaa1f15e507c3f99763
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/tile_messages.cpp
Log Message:
-----------
[OpenMP] No long crash on an invalid sizes argument (#139118)
We were trying to get type information out of an expression node which
contained errors. That causes the type of the expression to be
dependent, which the code was not expecting. Now we handle error
conditions with an early return.
Fixes #139073
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