================
@@ -129,6 +129,12 @@ enum class EmbedResult {
Empty = 2, // Corresponds to __STDC_EMBED_EMPTY__
};
+struct CXXStandardLibraryVersionInfo {
+ enum Library { Unknow, LibStdCXX };
+ Library Lib;
+ unsigned Version;
----------------
erichkeane wrote:
IIRC there is an llvm::Version type, I find myself wondering if we should use
that?
https://github.com/llvm/llvm-project/pull/141977
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits