This is an archive of the discontinued LLVM Phabricator instance.

Fix YAML traits for sequence types (NFC)
Needs ReviewPublic

Authored by eugenis on Jun 12 2017, 12:34 PM.

Details

Reviewers
pcc
Summary

The type might not have begin() and end() methods.

Diff Detail

Repository
rL LLVM