[all-commits] [llvm/llvm-project] faf2dc: Temporarily revert "Add a facility to get system c...

Eric Christopher via All-commits all-commits at lists.llvm.org
Tue Apr 28 15:51:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: faf2dce1dd6ae25aa75d2685ac7bb27ec31e2ced
      https://github.com/llvm/llvm-project/commit/faf2dce1dd6ae25aa75d2685ac7bb27ec31e2ced
  Author: Eric Christopher <echristo at gmail.com>
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M llvm/include/llvm/Support/Path.h
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/Windows/Path.inc
    M llvm/unittests/Support/Path.cpp

  Log Message:
  -----------
  Temporarily revert "Add a facility to get system cache directory and use it in clangd"

This reverts commit ad38f4b371bdca214e3a3cda9a76ec2213215c68.

As it broke building the unittests:

.../sources/llvm-project/llvm/unittests/Support/Path.cpp:334:5: error: use of undeclared identifier 'set'
    set(Value);
    ^
1 error generated.




More information about the All-commits mailing list