[PATCH] D23213: Allow SmallVector to be used as a yaml sequence

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 11:58:44 PDT 2016


majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.

LGTM with nits.


================
Comment at: include/llvm/Support/YAMLTraits.h:1362
@@ -1361,1 +1361,3 @@
 
+template <typename T> struct SequenceTraitsImpl {
+  typedef typename T::value_type _type;
----------------
My clang-format would put this on its own line.


https://reviews.llvm.org/D23213





More information about the llvm-commits mailing list