[llvm-branch-commits] [clang] [clang][OpenMP] Split OMPOrderedDirective into two classes (PR #214730)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 7 06:57:51 PDT 2026
================
@@ -554,9 +554,6 @@ class OMPExecutableDirective : public Stmt {
}
OpenMPDirectiveKind getDirectiveKind() const { return Kind; }
- void setDirectiveKind(OpenMPDirectiveKind D) const {
----------------
erichkeane wrote:
Why is this going away here, when you are re-adding it in the other patch?
https://github.com/llvm/llvm-project/pull/214730
More information about the llvm-branch-commits
mailing list