This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE338796: [clang-doc] Fix unique_ptr error on bots (authored
by juliehockett, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50208?vs=158872&id=158874#toc
Repository:
rCTE Clang T
jakehehrlich accepted this revision.
jakehehrlich added a comment.
This revision is now accepted and ready to land.
Make sure the commit message reflects this change but other than that LGTM
https://reviews.llvm.org/D50208
___
cfe-commits mailing li
juliehockett updated this revision to Diff 158872.
https://reviews.llvm.org/D50208
Files:
clang-tools-extra/clang-doc/Serialize.cpp
Index: clang-tools-extra/clang-doc/Serialize.cpp
===
--- clang-tools-extra/clang-doc/Serialize.cp
juliehockett created this revision.
juliehockett added reviewers: ioeric, lebedev.ri, jakehehrlich, leonardchan.
juliehockett added a project: clang-tools-extra.
Explicitly declare the return unique_ptr instead of using auto type deduction,
as some of the bots' older compilers don't support some