This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix unique_ptr error on bots
ClosedPublic

Authored by juliehockett on Aug 2 2018, 5:00 PM.

Details

Summary

Explicitly declare the return unique_ptr instead of using auto type deduction, as some of the bots' older compilers don't support some C++11 type deduction features.

Diff Detail

Event Timeline

juliehockett created this revision.Aug 2 2018, 5:00 PM
jakehehrlich accepted this revision.Aug 2 2018, 5:29 PM

Make sure the commit message reflects this change but other than that LGTM

This revision is now accepted and ready to land.Aug 2 2018, 5:29 PM
This revision was automatically updated to reflect the committed changes.