[all-commits] [llvm/llvm-project] b994a4: [flang][NFC] Clean up code in two new functions (#...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jun 10 14:45:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b994a4c04f38d8cfb13f3dbf3d99146cb778443e
https://github.com/llvm/llvm-project/commit/b994a4c04f38d8cfb13f3dbf3d99146cb778443e
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M flang/include/flang/Parser/tools.h
M flang/include/flang/Semantics/tools.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/tools.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/tools.cpp
Log Message:
-----------
[flang][NFC] Clean up code in two new functions (#142037)
Two recently-added functions in Semantics/tools.h need some cleaning up
to conform to the coding style of the project. One of them should
actually be in Parser/tools.{h,cpp}, the other doesn't need to be
defined in the header.
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