[all-commits] [llvm/llvm-project] 33f04e: Only ignore -Wdeprecated-copy if the used compiler...
mikaelholmen via All-commits
all-commits at lists.llvm.org
Mon Apr 26 23:32:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33f04e485c7d95626e12aa522b09cc81109fc6ab
https://github.com/llvm/llvm-project/commit/33f04e485c7d95626e12aa522b09cc81109fc6ab
Author: Mikael Holmen <mikael.holmen at ericsson.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h
M llvm/utils/unittest/googlemock/include/gmock/gmock.h
M llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
Log Message:
-----------
Only ignore -Wdeprecated-copy if the used compiler supports the warning
This is needed after
https://reviews.llvm.org/rG9658d045926545e62cc3f963fe611d7c5d0c9d98
which introduced code that at least didn't compile clean with clang 8.
Differential Revision: https://reviews.llvm.org/D101288
More information about the All-commits
mailing list