[llvm] [llvm][Support] Add YAMLSchemeGen for producing YAML Schemes from YAMLTraits (PR #133284)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 8 08:13:20 PDT 2025
================
@@ -774,12 +774,19 @@ struct unvalidatedMappingTraits
bool, has_MappingTraits<T, Context>::value &&
!has_MappingValidateTraits<T, Context>::value> {};
+enum class IOKind : uint8_t {
+ Outputting,
+ Inputting,
+ SchemeGenering,
----------------
tgs-sc wrote:
addressed
https://github.com/llvm/llvm-project/pull/133284
More information about the llvm-commits
mailing list