This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Add unit tests for merging
ClosedPublic

Authored by juliehockett on Oct 10 2018, 7:44 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

Repository
rL LLVM

Event Timeline

juliehockett created this revision.Oct 10 2018, 7:44 AM
juliehockett added a project: Restricted Project.
juliehockett added a subscriber: cfe-commits.
jakehehrlich accepted this revision.Oct 15 2018, 2:22 PM
jakehehrlich added inline comments.
clang-tools-extra/unittests/clang-doc/MergeTest.cpp
222 ↗(On Diff #169014)

Use {} not () on both SmallString and Location (and any other constructors)

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