[all-commits] [llvm/llvm-project] e9fb15: [clangd] Config: Fragments and parsing from YAML
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Jun 25 14:02:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9fb1506b83d001082dc535af12acf45050a527c
https://github.com/llvm/llvm-project/commit/e9fb1506b83d001082dc535af12acf45050a527c
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M clang-tools-extra/clangd/CMakeLists.txt
A clang-tools-extra/clangd/ConfigFragment.h
A clang-tools-extra/clangd/ConfigYAML.cpp
M clang-tools-extra/clangd/unittests/CMakeLists.txt
A clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
Log Message:
-----------
[clangd] Config: Fragments and parsing from YAML
Summary:
This is a piece from the design in https://tinyurl.com/clangd-config
https://reviews.llvm.org/D82335 is a draft with all the bits linked together.
It doesn't do anything yet, it's just a library + tests.
It deliberately implements a minimal set of actual configuration options.
Reviewers: kadircet, adamcz
Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82386
More information about the All-commits
mailing list