Files
clang-p2996/llvm/unittests/Support/YAMLIOTest.cpp
arrv-sc 74cf5254d2 [llvm][Support] Add indirection to call correct validate(...) function (#71966)
Previously "yamlize" overload for validatedMappingTraits was unconditionally calling "MappingTraits<T>::validate" even if "MappingContextTraits<T, Context>" was passed to it.

Therefore compilation failed when specifying "MappingContextTraits<T,Context>::validate()"
2023-12-18 13:02:17 +00:00

83 KiB