[all-commits] [llvm/llvm-project] 7029e5: [clangd] Actually parse Index section of the YAML ...

Adam Czachorowski via All-commits all-commits at lists.llvm.org
Wed Sep 16 04:12:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7029e5d4ca20d20982da8efe89de27acd8d7d75b
      https://github.com/llvm/llvm-project/commit/7029e5d4ca20d20982da8efe89de27acd8d7d75b
  Author: Adam Czachorowski <adamcz at google.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

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

  Log Message:
  -----------
  [clangd] Actually parse Index section of the YAML file.

This fixes a bug in dbf486c0de92c76df77c1a1f815cf16533ecbb3a, which
introduced the Index section of the config, but did not register the
parse method, so it didn't work in a YAML file (but did in a test).

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




More information about the All-commits mailing list