[CommandLine] Add template instantiations of cl::parser for long and long long.
authorRiver Riddle <riverriddle@google.com>
Fri, 20 Dec 2019 00:57:03 +0000 (16:57 -0800)
committerFangrui Song <maskray@google.com>
Fri, 20 Dec 2019 01:01:22 +0000 (17:01 -0800)
commita77a290a4dbb1db2de4cf48c0599f8e3a3c86c53
tree1c09a5af3db4462374aac35c0d342e4115da6511
parent99f72d90cae518163e1602573d5a8f60c1302a5c
[CommandLine] Add template instantiations of cl::parser for long and long long.

This allows cl::opt<int64_t>.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D71729
llvm/include/llvm/Support/CommandLine.h
llvm/lib/Support/CommandLine.cpp