aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/YAML.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Object/YAML.h')
-rw-r--r--include/llvm/Object/YAML.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Object/YAML.h b/include/llvm/Object/YAML.h
index 89fe504..1792e8b 100644
--- a/include/llvm/Object/YAML.h
+++ b/include/llvm/Object/YAML.h
@@ -108,6 +108,7 @@ template <> struct ScalarTraits<object::yaml::BinaryRef> {
static void output(const object::yaml::BinaryRef &, void *,
llvm::raw_ostream &);
static StringRef input(StringRef, void *, object::yaml::BinaryRef &);
+ static bool mustQuote(StringRef S) { return needsQuotes(S); }
};
}