[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:08:28 PDT 2026
================
@@ -17,6 +17,8 @@
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/Support/Compiler.h"
+#include <cassert>
+
namespace clang {
namespace tok {
----------------
alejandro-colomar wrote:
The commit message seems to be incomplete. It says removal, but for example in this file, we only have additions.
https://github.com/llvm/llvm-project/pull/192800
More information about the libcxx-commits
mailing list