[clang] [clang-format] Add additional custom words for equivalent clang-format on/off functionality (PR #123543)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 20 06:16:20 PST 2025


================
@@ -26,6 +26,12 @@
 #include "llvm/Support/InitLLVM.h"
 #include "llvm/Support/Process.h"
 #include <fstream>
+#include <iostream>
+#include <llvm/ADT/STLExtras.h>
+#include <llvm/ADT/StringRef.h>
+#include <llvm/Frontend/OpenMP/OMPConstants.h>
----------------
mydeveloperday wrote:

why do we need OpenMP constants here?

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


More information about the cfe-commits mailing list