[Openmp-commits] [PATCH] D42169: [OMPT] Formatting

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Feb 17 00:25:44 PST 2018


Hahnfeld added inline comments.


================
Comment at: runtime/src/ompt-general.cpp:221
 
   // Try in the current address space
 #if KMP_OS_DARWIN
----------------
hbae wrote:
> Can you also remove this indentation?
I explicitly requested this change to be reverted. In my opinion the comment really belongs to this level as it relates to all function calls in the `#if` blocks. That said we might want to put it somewhere so that `clang-format` doesn't get it wrong.


https://reviews.llvm.org/D42169





More information about the Openmp-commits mailing list