[all-commits] [llvm/llvm-project] 73f077: [clangd] Revert "[clangd] Fix crash-bug in preambl...

Adam Czachorowski via All-commits all-commits at lists.llvm.org
Thu Aug 13 08:11:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 73f0772c0baf1c7cac2995341c11d83c4d7a37f4
      https://github.com/llvm/llvm-project/commit/73f0772c0baf1c7cac2995341c11d83c4d7a37f4
  Author: Adam Czachorowski <adamcz at google.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang/lib/Index/IndexingAction.cpp

  Log Message:
  -----------
  [clangd] Revert "[clangd] Fix crash-bug in preamble indexing when using modules."

This reverts commit 4061d9e42cff621462931ac7df9666806c77a237.
Tests are failing in some configuration, likely due to not cleaning up
module cache path before running the test.

Differential Revision: https://reviews.llvm.org/D85907




More information about the All-commits mailing list