[all-commits] [llvm/llvm-project] c959da: [clangd] Only publish preamble after rebuilds
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed Oct 20 07:34:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c959da9ef344a22e3753e2e62af46a63a33cd80f
https://github.com/llvm/llvm-project/commit/c959da9ef344a22e3753e2e62af46a63a33cd80f
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M clang-tools-extra/clangd/TUScheduler.cpp
M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
Log Message:
-----------
[clangd] Only publish preamble after rebuilds
Don't invoke parsing callback for preamble if clangd is using a
previously built one.
Differential Revision: https://reviews.llvm.org/D112137
More information about the All-commits
mailing list