[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:14:52 PST 2025


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

why do you need iostream? did you have some std::cerr << debug output that you've now removed but you've left the header?

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


More information about the cfe-commits mailing list