This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Add unit tests for bitcode
ClosedPublic

Authored by juliehockett on Oct 10 2018, 7:43 AM.

Details

Summary

This is part of a move to convert clang-doc's tests to a more maintainable unit test framework, with a smaller number of integration tests to maintain and more granular failure feedback.

Diff Detail

Event Timeline

juliehockett created this revision.Oct 10 2018, 7:43 AM
phosek added inline comments.Oct 14 2018, 7:54 PM
clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp
2 ↗(On Diff #169012)

Nit: I think this should be on the previous line.

juliehockett marked an inline comment as done.
phosek accepted this revision.Oct 15 2018, 1:56 PM

LGTM

This revision is now accepted and ready to land.Oct 15 2018, 1:56 PM
This revision was automatically updated to reflect the committed changes.