================
@@ -28,6 +32,38 @@ namespace clang {
/// The information about the darwin SDK that was used during this compilation.
class DarwinSDKInfo {
public:
+ /// Information about the supported platforms in the SDK
+ struct SupportedPlatform {
----------------
cyndyishida wrote:
I suggest something more flexible like `SDKPlatformInfo` or `DarwinSDKCtx`.
`Platform` is already pretty analogous to OSType throughout the codebase so I'd
prefer to not conflate that understanding.
https://github.com/llvm/llvm-project/pull/171970
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits