[all-commits] [llvm/llvm-project] 0e7c7d: [clangd] Set FileSystem for tweaks in Check tool.
Utkarsh Saxena via All-commits
all-commits at lists.llvm.org
Mon May 17 02:10:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e7c7d461df167f141428286afb781636ac92a9e
https://github.com/llvm/llvm-project/commit/0e7c7d461df167f141428286afb781636ac92a9e
Author: Utkarsh Saxena <usx at google.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M clang-tools-extra/clangd/tool/Check.cpp
Log Message:
-----------
[clangd] Set FileSystem for tweaks in Check tool.
Tweaks like DefineOutline depend on FS to be set at `apply()` time.
After https://reviews.llvm.org/D93978, tweaks run from Check tool lost
access to FS. This makes the available to apply() once again.
Differential Revision: https://reviews.llvm.org/D102519
More information about the All-commits
mailing list