We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a9237 commit 0d29a01Copy full SHA for 0d29a01
clang/include/clang/Basic/OpenMPKinds.h
@@ -411,7 +411,7 @@ bool isOpenMPCapturingDirective(OpenMPDirectiveKind DKind);
411
/// directive that can be nested within region corresponding to construct
412
/// on which order clause was specified with concurrent as ordering argument.
413
/// \param DKind Specified directive.
414
-/// \param LangOpts Used for getting the OpenMP version
+/// \param LangOpts Used for getting the OpenMP version.
415
/// \return true - if the above condition is met for this directive
416
/// otherwise - false.
417
bool isOpenMPOrderConcurrentNestableDirective(OpenMPDirectiveKind DKind,
0 commit comments