[all-commits] [llvm/llvm-project] 873e8b: [compiler-rt][iwyu] explicitly includes `<new>` in...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Mon Jul 5 14:47:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 873e8b96b1226d64e4f95083147d8592ba7bd5d8
https://github.com/llvm/llvm-project/commit/873e8b96b1226d64e4f95083147d8592ba7bd5d8
Author: Christopher Di Bella <cjdb at google.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M compiler-rt/lib/xray/xray_utils.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list