================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to