[clangd] Added forgotten return in UniqueFunction.
authorIlya Biryukov <ibiryukov@google.com>
Tue, 10 Oct 2017 16:12:47 +0000 (16:12 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 10 Oct 2017 16:12:47 +0000 (16:12 +0000)
commitcfcc0d3eb6766315cf379ce216c2ab1b36db47f2
tree9be9db26b5d758e614ec8a356721d8d418048fa5
parent053a299a9b5afdf90a8d80ca6643dcef6c2c2ed9
[clangd] Added forgotten return in UniqueFunction.

This hasn't bitten us because we only used functions returning
'void'.

llvm-svn: 315323
clang-tools-extra/clangd/Function.h