Unverified Commit 670fa2bd authored by Gábor Horváth's avatar Gábor Horváth Committed by GitHub
Browse files

Fix spurious non-strict availability warning (#94377)



The availability attributes are stored on the function declarations. The
code was looking for them in the function template declarations. This
resulted in spuriously diagnosing (non-strict) availablity issues in
contexts that are not available.

Co-authored-by: default avatarGabor Horvath <gaborh@apple.com>
parent d231b50d
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