This is an archive of the discontinued LLVM Phabricator instance.

Explicitly move from llvm::json Array/Object to Value
ClosedPublic

Authored by MForster on Apr 20 2020, 5:51 AM.

Details

Summary

The implicit conversion fails under Clang 3.8.

Diff Detail

Event Timeline

MForster created this revision.Apr 20 2020, 5:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2020, 5:51 AM
MForster retitled this revision from Explicitly move from llvm::json Array to Value to Explicitly move from llvm::json Array/Object to Value.Apr 20 2020, 5:52 AM
MForster added a reviewer: sammccall.
sammccall accepted this revision.Apr 20 2020, 5:56 AM

Thanks!

This revision is now accepted and ready to land.Apr 20 2020, 5:56 AM
This revision was automatically updated to reflect the committed changes.