[all-commits] [llvm/llvm-project] f51ab1: Make clangd CompletionModel usable even with non-s...

serge-sans-paille via All-commits all-commits at lists.llvm.org
Mon Mar 22 02:06:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f51ab1871655a9a96134c2636c37dcb5a6b01ac3
      https://github.com/llvm/llvm-project/commit/f51ab1871655a9a96134c2636c37dcb5a6b01ac3
  Author: serge-sans-paille <sguelton at redhat.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M clang-tools-extra/clangd/quality/CompletionModel.cmake

  Log Message:
  -----------
  Make clangd CompletionModel usable even with non-standard (but supported) layout

llvm supports specifying a non-standard layout where each project lies in its
own place. Do not assume a fixed layout and use the appropriate cmake variable
instead.

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




More information about the All-commits mailing list