This is an archive of the discontinued LLVM Phabricator instance.

YAML: Add error resetting functionality to the yaml input class.
Needs ReviewPublic

Authored by arphaman on May 11 2015, 5:18 PM.

Details

Reviewers
bob.wilson
bogner
Summary

This patch adds a 'resetError' method to the YAML 'Input' class.
This method is useful in cases where a semantic error occurs in one of the
yaml documents but we still want to parse the remaining documents.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 25532.May 11 2015, 5:18 PM
arphaman retitled this revision from to YAML: Add error resetting functionality to the yaml input class..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: bogner, bob.wilson.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).