[clang] [clang][OpenMP] Fix/enforce order-concurrent-nestable rules (PR #135463)

Zahira Ammarguellat via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 15 11:30:04 PDT 2025


================
@@ -411,9 +411,11 @@ bool isOpenMPCapturingDirective(OpenMPDirectiveKind DKind);
 /// directive that can be nested within region corresponding to construct
 /// on which order clause was specified with concurrent as ordering argument.
 /// \param DKind Specified directive.
+/// \param LangOpts Used for getting the OpenMP version
----------------
zahiraam wrote:

nit. Please add a "." at the end of the line. Same with comments below.

https://github.com/llvm/llvm-project/pull/135463


More information about the cfe-commits mailing list