[all-commits] [llvm/llvm-project] ff295d: [OpenMP][clang] declare mapper: fix handling of ne...
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Sat Jun 14 07:17:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff295d2f3429a5a2a93b2c86099af40544f467d4
https://github.com/llvm/llvm-project/commit/ff295d2f3429a5a2a93b2c86099af40544f467d4
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-06-14 (Sat, 14 Jun 2025)
Changed paths:
M clang/include/clang/Sema/SemaOpenMP.h
M clang/lib/Parse/ParseOpenMP.cpp
M clang/test/OpenMP/declare_mapper_ast_print.c
M clang/test/OpenMP/declare_mapper_ast_print.cpp
Log Message:
-----------
[OpenMP][clang] declare mapper: fix handling of nested types (#143504)
Fix a crash that happened during parsing of a "declare mapper" construct
for a struct that contains an element for which we also declared a
custom default mapper.
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