[clang] [clang][OpenMP] Diagnose badly-formed collapsed imperfect loop nests (#60678) (PR #101305)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 1 14:55:15 PDT 2024
================
@@ -10,8 +10,9 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/AST/ASTContext.h"
#include "clang/AST/StmtOpenMP.h"
+#include "clang/AST/ASTContext.h"
----------------
alexey-bataev wrote:
Do this reordering in a separate NFC patch
https://github.com/llvm/llvm-project/pull/101305
More information about the cfe-commits
mailing list