[all-commits] [llvm/llvm-project] db9856: [flang][OpenMP][NFC] Turn symTable into a referenc...
Leandro Lupori via All-commits
all-commits at lists.llvm.org
Wed Dec 11 11:26:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db9856b516a36c259fb17af422cd80d6ebc67406
https://github.com/llvm/llvm-project/commit/db9856b516a36c259fb17af422cd80d6ebc67406
Author: Leandro Lupori <leandro.lupori at linaro.org>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M flang/lib/Lower/OpenMP/DataSharingProcessor.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
Log Message:
-----------
[flang][OpenMP][NFC] Turn symTable into a reference (#119435)
Convert `DataSharingProcessor::symTable` from pointer to reference.
This avoids accidental null pointer dereferences and makes it
possible to use `symTable` when delayed privatization is disabled.
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