From 2b1068952ade3a1d2c704e7589c54e3d32dc0eb8 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 5 Jun 2013 23:32:23 +0000 Subject: Comment BinaryRef::Data. Also, state an invariant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183348 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/YAML.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/llvm/Object/YAML.h b/include/llvm/Object/YAML.h index 5e658f13d0..e6f1da1e1d 100644 --- a/include/llvm/Object/YAML.h +++ b/include/llvm/Object/YAML.h @@ -24,6 +24,8 @@ namespace yaml { /// In an object file this is just a binary blob. In an yaml file it is an hex /// string. Using this avoid having to allocate temporary strings. class BinaryRef { + /// \brief Either raw binary data, or a string of hex bytes (must always + /// be an even number of characters). ArrayRef Data; bool isBinary; -- cgit v1.2.3