Compiling compiler-rt with Clang modules and libc++ revealed that the
global operator new is being called without including <new>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D105401
[compiler-rt][iwyu] explicitly includes `<new>` in xray_utils.cpp cjdb on Jul 3 2021, 7:21 PM. Authored by
Details Compiling compiler-rt with Clang modules and libc++ revealed that the
Diff Detail
|