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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66378
[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.
Diff Detail
Event TimelineClosed by commit rL369182: [clang-doc] Fix casting not working in gcc 5.4.0 (authored by DiegoAstiazaran). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 215732 clang-tools-extra/trunk/clang-doc/HTMLGenerator.cpp
|