Skip to content

[NewPM] Add deduction guide to MFPropsModifier to suppress warning #96384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2024

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
6 of 8 checks passed
@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