[all-commits] [llvm/llvm-project] 4dfe01: [libc++] Add -Wno-sized-deallocation to avoid spur...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 30 09:51:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4dfe014a12919580d122a6c1f02d653c6b0966d5
https://github.com/llvm/llvm-project/commit/4dfe014a12919580d122a6c1f02d653c6b0966d5
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Add -Wno-sized-deallocation to avoid spurious GCC warnings
GCC tries to be nice and tell us that we probably want to also implement
sized deallocation functions when we override the normal ones. However,
we know what we're doing in the test suite and don't want to override
them.
More information about the All-commits
mailing list