diff options
Diffstat (limited to 'include/llvm/Support/JSON.h')
-rw-r--r-- | include/llvm/Support/JSON.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/JSON.h b/include/llvm/Support/JSON.h index 7a04fd52bc50e..2b95a174e018c 100644 --- a/include/llvm/Support/JSON.h +++ b/include/llvm/Support/JSON.h @@ -481,6 +481,7 @@ private: mutable llvm::AlignedCharArrayUnion<bool, double, int64_t, llvm::StringRef, std::string, json::Array, json::Object> Union; + friend bool operator==(const Value &, const Value &); }; bool operator==(const Value &, const Value &); |