[all-commits] [llvm/llvm-project] 31732e: [clangd] Remove ScratchFS from tests

Nathan James via All-commits all-commits at lists.llvm.org
Mon Jan 11 08:19:31 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 31732e6f52c8e5e722d3e4cca053db793dae3b8c
      https://github.com/llvm/llvm-project/commit/31732e6f52c8e5e722d3e4cca053db793dae3b8c
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2021-01-11 (Mon, 11 Jan 2021)

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

  Log Message:
  -----------
  [clangd] Remove ScratchFS from tests

This can lead to issues if files in the tmp directory we don't care about / control are found.
This was partially addressed in D94321, but this is a more permanent fix.
Fixes https://github.com/clangd/clangd/issues/354

Reviewed By: adamcz, sammccall

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




More information about the All-commits mailing list