Files
clang-p2996/clang/test/Sema/attr-availability-macosx.cpp
Gábor Horváth 670fa2bd7a 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: Gabor Horvath <gaborh@apple.com>
2024-06-07 06:47:57 +01:00

680 B