juliehockett added a comment.
LGTM, for posterity
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66378/new/
https://reviews.llvm.org/D66378
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369182: [clang-doc] Fix casting not working in gcc 5.4.0
(authored by DiegoAstiazaran, committed by ).
Herald added a proj
DiegoAstiazaran created this revision.
DiegoAstiazaran added a project: clang-tools-extra.
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.
https://reviews.llvm.org/D66378
Files:
clang-tools-extra/cl