[PATCH] D51864: [Tooling] Restore working dir in ClangTool.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 09:15:07 PDT 2018


ilya-biryukov created this revision.
ilya-biryukov added reviewers: ioeric, steveire.

And add an option to disable this behavior. The option is only used in
AllTUsExecutor to avoid races when running concurrently on multiple
threads.

This fixes PR38869 introduced by r340937.


Repository:
  rC Clang

https://reviews.llvm.org/D51864

Files:
  include/clang/Tooling/Tooling.h
  lib/Tooling/AllTUsExecution.cpp
  lib/Tooling/Tooling.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51864.164686.patch
Type: text/x-patch
Size: 3734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180910/822fe5a8/attachment.bin>


More information about the cfe-commits mailing list