[PATCH] D61865: [clangd] improve help message for limit-results

Kadir Cetinkaya via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 07:19:18 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL361388: [clangd] improve help message for limit-results (authored by kadircet, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D61865?vs=199295&id=200734#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61865/new/

https://reviews.llvm.org/D61865

Files:
  clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp


Index: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
===================================================================
--- clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
+++ clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
@@ -119,7 +119,7 @@
 static llvm::cl::opt<int> LimitResults(
     "limit-results",
     llvm::cl::desc("Limit the number of results returned by clangd. "
-                   "0 means no limit."),
+                   "0 means no limit. (default=100)"),
     llvm::cl::init(100));
 
 static llvm::cl::opt<bool> RunSynchronously(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61865.200734.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/6dfbb751/attachment.bin>


More information about the llvm-commits mailing list