Tag: #clang
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Clang 22's MSVC ABI Change — the Vector Deleting Destructor and the delete[] Heap Corruption Still Alive in 22.1.x
Clang 22.1.0 (2026-02-24) changed destructor codegen in two places when targeting the MSVC ABI. One aligns ::delete handling with MSVC; the other is vector deleting destructor support, closing an issue opened in 2014 aft
2026-07-16 · 17 min read #llvm#clang#cpp#compilerModern C++ 2026 — C++ 23 / 26 / Modules / Reflection / Senders / std::print / CMake 3.30 / Conan 2 / vcpkg Deep Dive
A map of C++ in 2026. C++ 23 (published October 2024 as ISO/IEC 14882:2024) with std::expected, std::print, and std::generator; the real headliners of C++ 26 — Reflection (P2996), Senders/Receivers (P2300), Linear Algebr
2026-05-16 · 27 min read #cpp#cpp-23#cpp-26#modules#ranges