Files
clang-p2996/compiler-rt/lib/xray/xray_utils.cpp
Christopher Di Bella 873e8b96b1 [compiler-rt][iwyu] explicitly includes <new> in xray_utils.cpp
Compiling compiler-rt with Clang modules and libc++ revealed that the
global `operator new` is being called without including `<new>`.

Differential Revision: https://reviews.llvm.org/D105401
2021-07-05 21:46:42 +00:00

6.1 KiB