[all-commits] [llvm/llvm-project] a77a29: [CommandLine] Add template instantiations of cl::p...

River Riddle via All-commits all-commits at lists.llvm.org
Thu Dec 19 17:01:32 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a77a290a4dbb1db2de4cf48c0599f8e3a3c86c53
      https://github.com/llvm/llvm-project/commit/a77a290a4dbb1db2de4cf48c0599f8e3a3c86c53
  Author: River Riddle <riverriddle at google.com>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/lib/Support/CommandLine.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list