[OpenMP][NFC] Clang format libomptarget code (src & include)
authorJohannes Doerfert <johannes@jdoerfert.de>
Wed, 10 Feb 2021 17:45:39 +0000 (11:45 -0600)
committerJohannes Doerfert <johannes@jdoerfert.de>
Tue, 16 Feb 2021 21:37:35 +0000 (15:37 -0600)
commit9cd1e2228c70c9ff30bcefd5b287db8dac9c6019
treee6fccb5221a696b53046d61e99e5cd1fa02380d2
parentde3a485d9c391c44e2c90f79bbf8ac13d49d9fb6
[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
openmp/libomptarget/include/Debug.h
openmp/libomptarget/include/omptarget.h
openmp/libomptarget/src/api.cpp
openmp/libomptarget/src/device.cpp
openmp/libomptarget/src/device.h
openmp/libomptarget/src/interface.cpp
openmp/libomptarget/src/omptarget.cpp
openmp/libomptarget/src/rtl.cpp