This is an archive of the discontinued LLVM Phabricator instance.

[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI.
ClosedPublic

Authored by grimar on Sep 12 2019, 3:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Sep 12 2019, 3:42 AM
This revision is now accepted and ready to land.Sep 12 2019, 3:49 AM
MaskRay accepted this revision.Sep 12 2019, 3:57 AM
sbc100 accepted this revision.Sep 12 2019, 10:09 AM
sbc100 added inline comments.
lib/ObjectYAML/yaml2obj.cpp
20 ↗(On Diff #219876)

Is this comment still useful?

grimar marked an inline comment as done.Sep 13 2019, 1:17 AM
grimar added inline comments.
lib/ObjectYAML/yaml2obj.cpp
20 ↗(On Diff #219876)

No, since D67445 introduced a different aproach and that is why I removed it.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2019, 2:13 AM