[PATCH] D94359: [clangd] Remove ScratchFS from tests

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 9 04:45:56 PST 2021


njames93 created this revision.
njames93 added reviewers: adamcz, hokein, sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman.
njames93 requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang.

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 <https://reviews.llvm.org/D94321>, but this is a more permanent fix.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94359

Files:
  clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94359.315592.patch
Type: text/x-patch
Size: 4976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210109/0a63fe7d/attachment.bin>


More information about the cfe-commits mailing list