Skip to content

Conversation

paperchalice
Copy link
Contributor

Buildbot clang-ppc64le-rhel failed with:

error: 'MFPropsModifier' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]
note: add a deduction guide to suppress this warning

after #94854. This PR adds deduction guide explicitly to suppress warning.

@paperchalice paperchalice added the skip-precommit-approval PR for CI feedback, not intended for review label Jun 22, 2024
@paperchalice paperchalice merged commit 4145ad2 into llvm:main Jun 22, 2024
@paperchalice paperchalice deleted the warning branch June 22, 2024 10:31
AlexisPerry pushed a commit to llvm-project-tlp/llvm-project that referenced this pull request Jul 9, 2024
…lvm#96384)

Buildbot `clang-ppc64le-rhel` failed with:
```sh
error: 'MFPropsModifier' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]
note: add a deduction guide to suppress this warning
```
after llvm#94854. This PR adds deduction guide explicitly to suppress
warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-precommit-approval PR for CI feedback, not intended for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant