mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 19:16:05 +00:00

Note that we use <stddef.h> instead of <cstddef> because we're using size_t (not std::size_t) and we're outside of namespace std. Differential Revision: https://reviews.llvm.org/D138716