Re: [PATCH] D78501: Add a facility to get system cache directory and use it in clangd

2020-04-28 Thread Sam McCall via cfe-commits
On Wed, Apr 29, 2020 at 12:52 AM Eric Christopher wrote: > I've had to temporarily revert this as it was breaking some tests: > > .../sources/llvm-project/llvm/unittests/Support/Path.cpp:334:5: error: > use of undeclared identifier 'set' > set(Value); > ^ > 1 error generat

Re: [PATCH] D78501: Add a facility to get system cache directory and use it in clangd

2020-04-28 Thread Eric Christopher via cfe-commits
I've had to temporarily revert this as it was breaking some tests: .../sources/llvm-project/llvm/unittests/Support/Path.cpp:334:5: error: use of undeclared identifier 'set' set(Value); ^ 1 error generated. Happy to help diagnose this with you if you need some assistance.