[all-commits] [llvm/llvm-project] 9cd1e2: [OpenMP][NFC] Clang format libomptarget code (src ...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Feb 16 13:37:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cd1e2228c70c9ff30bcefd5b287db8dac9c6019
https://github.com/llvm/llvm-project/commit/9cd1e2228c70c9ff30bcefd5b287db8dac9c6019
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M openmp/libomptarget/include/Debug.h
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/src/api.cpp
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/device.h
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/rtl.cpp
Log Message:
-----------
[OpenMP][NFC] Clang format libomptarget code (src & include)
The struct and enum alignments are kept by disabling clang-format for
that code region.
Reviewed By: tianshilei1992, JonChesterfield, grokos
Differential Revision: https://reviews.llvm.org/D96428
More information about the All-commits
mailing list