[llvm-branch-commits] [clang] [clang][OpenMP] Remove compound directives from `checkNestingOfRegions` (PR #98387)

Alexey Bataev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 10 14:28:02 PDT 2024


================
@@ -4805,6 +4811,7 @@ static bool checkNestingOfRegions(Sema &SemaRef, const DSAStackTy *Stack,
         << getOpenMPDirectiveName(CurrentRegion);
     return true;
   }
+
----------------
alexey-bataev wrote:

Remove this extra line

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


More information about the llvm-branch-commits mailing list