summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/YAML.h2
1 files changed, 2 insertions, 0 deletions
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<uint8_t> Data;
bool isBinary;