This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 58f7bb3f [clangd] Make FSProvider const-correct. NFC new 04d1afc9 Lift VFS from clang to llvm (NFC)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/ClangTidy.cpp | 8 +++--- clang-tidy/ClangTidy.h | 4 +-- clang-tidy/ClangTidyOptions.cpp | 4 +-- clang-tidy/ClangTidyOptions.h | 15 ++++++----- clangd/ClangdUnit.cpp | 2 +- clangd/ClangdUnit.h | 12 ++++----- clangd/CodeComplete.cpp | 8 +++--- clangd/CodeComplete.h | 4 +-- clangd/Compiler.cpp | 2 +- clangd/Compiler.h | 6 ++--- clangd/FS.cpp | 31 ++++++++++++---------- clangd/FS.h | 17 ++++++------ clangd/FSProvider.h | 8 +++--- clangd/Headers.h | 2 +- .../change-namespace/ChangeNamespaceTests.cpp | 2 +- unittests/clang-tidy/ClangTidyTest.h | 4 +-- unittests/clangd/ClangdTests.cpp | 12 ++++----- unittests/clangd/FSTests.cpp | 7 ++--- unittests/clangd/SymbolCollectorTests.cpp | 6 ++--- unittests/clangd/TestFS.h | 6 ++--- unittests/include-fixer/IncludeFixerTest.cpp | 4 +-- .../find-all-symbols/FindAllSymbolsTests.cpp | 6 ++--- 22 files changed, 88 insertions(+), 82 deletions(-)