[all-commits] [llvm/llvm-project] 48d851: [clangd] Update TUStatus test to handle async Prea...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Mon Apr 13 03:28:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 48d851a92e98ca9c425d4d9bc43def3693895498
      https://github.com/llvm/llvm-project/commit/48d851a92e98ca9c425d4d9bc43def3693895498
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

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

  Log Message:
  -----------
  [clangd] Update TUStatus test to handle async PreambleThread

Summary:
Currently it doesn't matter because we run PreambleThread in sync mode.
Once we start running it in async, test order will become non-deterministic.

Reviewers: sammccall

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

Tags: #clang

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




More information about the All-commits mailing list