[PATCH] D66559: [OPENMP] Update the diagnosis message for canonical loop form

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 14:21:05 PDT 2019


ABataev added a comment.

In D66559#1641827 <https://reviews.llvm.org/D66559#1641827>, @cchen wrote:

> Is there any way that I can find the OpenMP version in Clang? I couldn't find any example in source code. Thanks.


LangOpts.OpenMP has the version of OpenMP. For OpenMP 5.0 this value is set to 50.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66559/new/

https://reviews.llvm.org/D66559





More information about the cfe-commits mailing list