This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Bringing bitcode tests in line
ClosedPublic

Authored by juliehockett on Oct 17 2018, 11:29 AM.

Details

Summary

Makes bitcode tests line up with what's actually called in the tool. Should fix the failing bot.
Also fixes a warning that was being thrown about initialization braces.

Diff Detail

Repository
rL LLVM

Event Timeline

juliehockett created this revision.Oct 17 2018, 11:29 AM
leonardchan accepted this revision.Oct 17 2018, 11:53 AM
leonardchan added inline comments.
clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp
39–40 ↗(On Diff #170024)

Nit: The dispatchInfoForWrite function returns true on default and writeInfo would catch that assert. I assume just returning empty string is intended on this case?

This revision is now accepted and ready to land.Oct 17 2018, 11:53 AM
This revision was automatically updated to reflect the committed changes.
juliehockett marked an inline comment as done.