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

Ernesto Su via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 16 10:04:14 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
----------------
ErnestoSu wrote:

Good catch! Fixed.

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


More information about the cfe-commits mailing list