[all-commits] [llvm/llvm-project] 406ac4: [clangd][NFC] Explode ReceivedPreamble into a CV

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Tue Jun 9 09:00:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 406ac49fb05e04e874623a3e955276a134dc82ea
      https://github.com/llvm/llvm-project/commit/406ac49fb05e04e874623a3e955276a134dc82ea
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M clang-tools-extra/clangd/TUScheduler.cpp

  Log Message:
  -----------
  [clangd][NFC] Explode ReceivedPreamble into a CV

Summary:
Instead of a notification, we make use of a CV and store the boolean on
LatestPreamble by converting it into an optional.

Depends on D80293.

Reviewers: sammccall

Subscribers: ilya-biryukov, javed.absar, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D80784




More information about the All-commits mailing list