[Openmp-commits] [PATCH] D38185: Implementation of OMPT as specified in OpenMP 5.0 Preview 1
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 18 06:47:34 PDT 2017
protze.joachim added inline comments.
================
Comment at: runtime/src/include/50/ompt.h.var:224
-typedef enum {
+typedef enum ompt_callbacks_e{
#define ompt_event_macro(event, callback, eventid) event = eventid,
----------------
Hahnfeld wrote:
> This file might not have been formatted? There are 4 spaces instead of 2 further down...
This file was not formatted.
clang-format has problems with above FOREACH macros and tries to indent each item by another level.
https://reviews.llvm.org/D38185
More information about the Openmp-commits
mailing list