diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2025-05-09 06:52:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 06:52:06 -0400 |
commit | 187a83f86caef2cbeb0b4aaa1f15e507c3f99763 (patch) | |
tree | 2457d532130b85cbe7080e83ab290037dcf91ec9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | f9f2bf8e5e5c266a51b4ec6d23317a7e3dfeb670 (diff) | |
download | llvm-187a83f86caef2cbeb0b4aaa1f15e507c3f99763.zip llvm-187a83f86caef2cbeb0b4aaa1f15e507c3f99763.tar.gz llvm-187a83f86caef2cbeb0b4aaa1f15e507c3f99763.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions