[all-commits] [llvm/llvm-project] d83ade: [clangd] Improve the "max limit" error message in ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Mar 11 08:13:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d83ade4506089329217918439042b68093e8d6e4
https://github.com/llvm/llvm-project/commit/d83ade4506089329217918439042b68093e8d6e4
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M clang-tools-extra/clangd/refactor/Rename.cpp
Log Message:
-----------
[clangd] Improve the "max limit" error message in rename, NFC.
previously, we emited "exceeds the max limit 49" which was weird, now we
emit "exceeds the max limit 50".
More information about the All-commits
mailing list