[clang] [libc++] Add builtin to clear padding bytes (prework for P0528R3) (PR #75371)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 03:50:52 PDT 2024


================
@@ -60,9 +60,14 @@
 #include "llvm/Support/ScopedPrinter.h"
 #include "llvm/TargetParser/AArch64TargetParser.h"
 #include "llvm/TargetParser/X86TargetParser.h"
+#include <algorithm>
 #include <optional>
 #include <sstream>
 
+
+
+#include <iostream>
----------------
huixie90 wrote:

changing it to llvm::dbgs() now. will remove it once the patch is ready

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


More information about the cfe-commits mailing list