[all-commits] [llvm/llvm-project] d9c79f: [flang][OpenMP] Remove CheckSymbolName{, s}, NFC
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Jun 9 16:17:40 PDT 2026
Branch: refs/heads/users/kparzysz/check-symbol-name
Home: https://github.com/llvm/llvm-project
Commit: d9c79f6912afe0c538293170d20d7790d32f8cd7
https://github.com/llvm/llvm-project/commit/d9c79f6912afe0c538293170d20d7790d32f8cd7
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
Log Message:
-----------
[flang][OpenMP] Remove CheckSymbolName{,s}, NFC
These functions checked if each OmpObject had a symbol, and emitted
a diagnostic if not. Name not having a symbol is an internal compiler
error (at least now), and will be detected separately.
Remove these functions since they don't serve any purpose anymore.
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