[PATCH] D44463: [clangd] Don't expose vfs in TUScheduler::runWithPreamble.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 14 05:04:45 PDT 2018


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: sammccall.
Herald added subscribers: ioeric, jkorous-apple, klimek.

It previously an easy way to concurrently access a mutable vfs, which
is a recipe for disaster.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44463

Files:
  clangd/ClangdServer.cpp
  clangd/TUScheduler.cpp
  clangd/TUScheduler.h
  unittests/clangd/TUSchedulerTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44463.138332.patch
Type: text/x-patch
Size: 5989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180314/8ea7c6de/attachment.bin>


More information about the cfe-commits mailing list