This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix casting not working in gcc 5.4.0
ClosedPublic

Authored by DiegoAstiazaran on Aug 16 2019, 6:43 PM.

Details

Summary

An implicit cast of std::string to llvm::SmallString<> was breaking GCC 5.4.0 builder.
A pair using llvm::SmallString<> now uses std::string.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 16 2019, 6:45 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2019, 6:45 PM

LGTM, for posterity