Unverified Commit b47f63d3 authored by Sam Tebbs's avatar Sam Tebbs Committed by GitHub
Browse files

[Clang][SME] Detect always_inline used with mismatched streaming attributes (#77936)

This patch adds an error that is emitted when a streaming function is
marked as always_inline and is called from a non-streaming function.
parent 18f11665
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment