[llvm-branch-commits] [clang] [clang][OpenMP] Split OMPOrderedDirective into two classes (PR #214730)

Krzysztof Parzyszek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 7 07:02:05 PDT 2026


================
@@ -554,9 +554,6 @@ class OMPExecutableDirective : public Stmt {
   }
 
   OpenMPDirectiveKind getDirectiveKind() const { return Kind; }
-  void setDirectiveKind(OpenMPDirectiveKind D) const {
----------------
kparzysz wrote:

This is the last PR in the stack.  This function was added temporarily to allow the code with partially applied stack to work, and now deleted.

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


More information about the llvm-branch-commits mailing list