Skip to content

[Fix] new clang -Wmissing-template-arg-list-after-template-kw warning#36805

Closed
amykhuang wants to merge 3 commits intogrpc:masterfrom
amykhuang:master
Closed

[Fix] new clang -Wmissing-template-arg-list-after-template-kw warning#36805
amykhuang wants to merge 3 commits intogrpc:masterfrom
amykhuang:master

Conversation

@amykhuang
Copy link
Copy Markdown
Contributor

@amykhuang amykhuang commented Jun 4, 2024

Clang now requires a template argument list after the use of the template keyword. Edit this
instance to remove the template keyword since there are no template arguments.

See llvm/llvm-project#80801.

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Jun 4, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@amykhuang
Copy link
Copy Markdown
Contributor Author

The patch appears to need a release-notes label, could that be added?

@eugeneo eugeneo added the release notes: no Indicates if PR should not be in release notes label Jun 4, 2024
@eugeneo
Copy link
Copy Markdown
Contributor

eugeneo commented Jun 4, 2024

@amykhuang added.

@amykhuang
Copy link
Copy Markdown
Contributor Author

edited change to remove the template keyword, as I don't think the previous thing was working

@copybara-service copybara-service bot closed this in e55f69c Jun 5, 2024
paulosjca pushed a commit to paulosjca/grpc that referenced this pull request Nov 25, 2024
…grpc#36805)

Clang now requires a template argument list after the use of the template keyword. Edit this
instance to remove the template keyword since there are no template arguments.

See llvm/llvm-project#80801.

Closes grpc#36805

COPYBARA_INTEGRATE_REVIEW=grpc#36805 from amykhuang:master 6f385be
PiperOrigin-RevId: 640554705
mschneider pushed a commit to Bonasa-Tech/grpc that referenced this pull request Apr 26, 2025
… (#36805)

Clang now requires a template argument list after the use of the template keyword. Edit this
instance to remove the template keyword since there are no template arguments.

See llvm/llvm-project#80801.

Closes #36805

COPYBARA_INTEGRATE_REVIEW=grpc/grpc#36805 from amykhuang:master 6f385be2a0f014d1a27fb32e427938c4ced57f83
PiperOrigin-RevId: 640554705
vaidas-shopify pushed a commit to vaidas-shopify/grpc that referenced this pull request May 9, 2025
…grpc#36805)

Clang now requires a template argument list after the use of the template keyword. Edit this
instance to remove the template keyword since there are no template arguments.

See llvm/llvm-project#80801.

Closes grpc#36805

COPYBARA_INTEGRATE_REVIEW=grpc#36805 from amykhuang:master 6f385be
PiperOrigin-RevId: 640554705
pngcui pushed a commit to openfde/studio_external_grpc-grpc that referenced this pull request Dec 2, 2025
… (#36805)

Clang now requires a template argument list after the use of the template keyword. Edit this
instance to remove the template keyword since there are no template arguments.

See llvm/llvm-project#80801.

Closes #36805

COPYBARA_INTEGRATE_REVIEW=grpc/grpc#36805 from amykhuang:master 6f385be2a0f014d1a27fb32e427938c4ced57f83
PiperOrigin-RevId: 640554705

Test: presubmit
Bug: b/379133546
(cherry picked from commit e55f69c)

Change-Id: I1f2f08d951c903dafafb78d5626389475c9b8898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants