[all-commits] [llvm/llvm-project] e6c4d8: [clangd] NFC: Add using directives to avoid spelli...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Fri Oct 23 05:38:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e6c4d880fa8c1fdb55850cccd5d56050b7f3ecc5
https://github.com/llvm/llvm-project/commit/e6c4d880fa8c1fdb55850cccd5d56050b7f3ecc5
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
Log Message:
-----------
[clangd] NFC: Add using directives to avoid spelling out llvm::sys::path
`llvm::sys::path` is used a lot in the remote index marshalling code. We can save space by avoiding spelling it out explicitly for most functions and times.
Reviewed By: kadircet
Differential Revision: https://reviews.llvm.org/D90016
More information about the All-commits
mailing list