[libcxx-commits] [clang] [compiler-rt] [libcxxabi] [llvm] Automatic removal of unused standard header (PR #192800)

Alejandro Colomar via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 20 04:11:04 PDT 2026


================
@@ -58,8 +58,8 @@
 #ifndef LLVM_PROFILEDATA_CTXINSTRCONTEXTNODE_H
 #define LLVM_PROFILEDATA_CTXINSTRCONTEXTNODE_H
 
+#include <stddef.h>
 #include <stdint.h>
-#include <stdlib.h>
 
 namespace llvm {
 namespace ctx_profile {
----------------
alejandro-colomar wrote:

I'd like to learn the rules that diskharzan uses.  I'd like to learn how they differ from iwyu(1) and why.

Why does diskharzan exist in the first place?

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


More information about the libcxx-commits mailing list