[Openmp-commits] [PATCH] D39755: Remove const from variables with dynamic memory

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 9 05:21:17 PST 2017


AndreyChurbanov accepted this revision.
AndreyChurbanov added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: runtime/src/kmp_i18n.h:111
 
 // Two special messages.
 extern kmp_msg_t
----------------
This comment now looks ugly, as only one special message remains.  I think it'd be better to combine the two comments into single one, something like "Special message to denote the end of variadic list of arguments".


https://reviews.llvm.org/D39755





More information about the Openmp-commits mailing list