[Openmp-commits] [PATCH] D51694: Fix for https://bugs.llvm.org/show_bug.cgi?id=38839

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 6 02:10:12 PDT 2018


AndreyChurbanov updated this revision to Diff 164170.
AndreyChurbanov added a comment.

Changed the style so that all lines have length less than 72 char.
The kind of the longest variable "omp_control_tool_nocallback" changed from "omp_control_tool_result_kind" to be the parent kind "omp_integer_kind", thus the declaration line fits 72 chars (could not come up with a better solution for this variable).

Alternatively tried to place continuation sign "&" to post 132 location, but this looks like a non-standard trick, though Intel compiler works with this.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51694

Files:
  runtime/src/include/50/omp_lib.h.var

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51694.164170.patch
Type: text/x-patch
Size: 8222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180906/4fb65ac3/attachment.bin>


More information about the Openmp-commits mailing list