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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D50208
[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 TimelineThis revision is now accepted and ready to land.Aug 2 2018, 5:29 PM Closed by commit rCTE338796: [clang-doc] Fix unique_ptr error on bots (authored by juliehockett). · Explain WhyAug 2 2018, 5:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158865 clang-tools-extra/clang-doc/Serialize.cpp
|