[all-commits] [llvm/llvm-project] f05867: [dexp] NFC: Change positional argument format

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Wed Apr 15 04:28:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f05867339737bb203b64a95e096fee509313122d
      https://github.com/llvm/llvm-project/commit/f05867339737bb203b64a95e096fee509313122d
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp

  Log Message:
  -----------
  [dexp] NFC: Change positional argument format

Summary:
Before:

  USAGE: dexp [options] --index-path Path to the index

After:

  USAGE: dexp [options] <INDEX FILE>

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D78089




More information about the All-commits mailing list