[PATCH] D33416: [clangd] Allow to use vfs::FileSystem for file accesses.

Benjamin Kramer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 02:45:06 PDT 2017


bkramer added inline comments.


================
Comment at: unittests/clangd/ClangdTests.cpp:118
+  llvm::SmallString<128> TmpDir2;
+  llvm::sys::path::system_temp_directory(/*erasedOnReboot=*/true, TmpDir2);
+
----------------
We should delete those when we're done, otherwise the unit test will litter /tmp on every run.


https://reviews.llvm.org/D33416





More information about the cfe-commits mailing list