[all-commits] [llvm/llvm-project] 89cb5d: [clangd] Delete remapped buffers in tests

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Thu Apr 23 07:34:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 89cb5d558895706e053bc3af972aa5b15aa82863
      https://github.com/llvm/llvm-project/commit/89cb5d558895706e053bc3af972aa5b15aa82863
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp

  Log Message:
  -----------
  [clangd] Delete remapped buffers in tests

These buffers normally get freed after being used in a CompilerInstance.
but tests don't make use of those, so we need to free them explicitly.




More information about the All-commits mailing list