[all-commits] [llvm/llvm-project] 1eb7fd: [clangd] Remove some obsolete options that are now...
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon Feb 1 08:24:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1eb7fd089e2fcf3fe211f865b28e2fed12128c3f
https://github.com/llvm/llvm-project/commit/1eb7fd089e2fcf3fe211f865b28e2fed12128c3f
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
M clang-tools-extra/clangd/TUScheduler.cpp
M clang-tools-extra/clangd/TUScheduler.h
M clang-tools-extra/clangd/index/Background.cpp
M clang-tools-extra/clangd/index/Background.h
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/clangd/index/FileIndex.h
M clang-tools-extra/clangd/tool/ClangdMain.cpp
M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
M clang-tools-extra/clangd/unittests/TestTU.cpp
Log Message:
-----------
[clangd] Remove some obsolete options that are now always on
- always collect main-file refs when indexing
- always build preambles asynchronously
- always use dex for fast preamble index
Retire associated flags
Differential Revision: https://reviews.llvm.org/D95571
More information about the All-commits
mailing list