[YAML IO] Check that mapping doesn't contain duplicating keys
According to YAML specification keys must be unique for a mapping node: "The content of a mapping node is an unordered set of key/value node pairs, with the restriction that each of the keys is unique". Differential Revision: https://reviews.llvm.org/D140474
Loading
Please sign in to comment