[all-commits] [llvm/llvm-project] 3d728e: [scudo] Add missing <algorithm> include
gulfemsavrun via All-commits
all-commits at lists.llvm.org
Fri Feb 18 17:15:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d728ef0ba281a72ff92e2cbc7326fc922ade13f
https://github.com/llvm/llvm-project/commit/3d728ef0ba281a72ff92e2cbc7326fc922ade13f
Author: Gulfem Savrun Yeniceri <gulfem at google.com>
Date: 2022-02-19 (Sat, 19 Feb 2022)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
Log Message:
-----------
[scudo] Add missing <algorithm> include
After https://reviews.llvm.org/D119667, <algorithm> is no longer
transitively included from various headers. This patch adds the
<algorithm> include into scudo.
Differential Revision: https://reviews.llvm.org/D120171
Commit: 4961bb477d0526a7b965609cd42d44caa8413d45
https://github.com/llvm/llvm-project/commit/4961bb477d0526a7b965609cd42d44caa8413d45
Author: Gulfem Savrun Yeniceri <gulfem at google.com>
Date: 2022-02-19 (Sat, 19 Feb 2022)
Changed paths:
M compiler-rt/lib/gwp_asan/tests/iterate.cpp
Log Message:
-----------
[gwp_asan] Add missing <algorithm> include
After https://reviews.llvm.org/D119667, <algorithm> is no longer
transitively included from various headers. This patch adds the
<algorithm> include into gwp_asan.
Differential Revision: https://reviews.llvm.org/D120172
Compare: https://github.com/llvm/llvm-project/compare/70aa11187e5c...4961bb477d05
More information about the All-commits
mailing list