[PATCH] D140745: Generate Config {Fragment structure, json schema, docs, YAML parser} from schema spec

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 8 05:58:49 PST 2023


sammccall updated this revision to Diff 495817.
sammccall retitled this revision from "WIP: generate Config {Fragment structure, json schema, docs, YAML parser} from schema spec" to "Generate Config {Fragment structure, json schema, docs, YAML parser} from schema spec".
sammccall edited the summary of this revision.
sammccall added a comment.
Herald added a subscriber: ilya-biryukov.

Add comments to schema.yaml.
Add tests that generated files are up-to-date, and script to regenerate
Rename doc.md -> documentation.md


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140745/new/

https://reviews.llvm.org/D140745

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/Config.h
  clang-tools-extra/clangd/ConfigCompile.cpp
  clang-tools-extra/clangd/ConfigFragment.h
  clang-tools-extra/clangd/ConfigYAML.cpp
  clang-tools-extra/clangd/config/CMakeLists.txt
  clang-tools-extra/clangd/config/Fragment.inc
  clang-tools-extra/clangd/config/Generate.cpp
  clang-tools-extra/clangd/config/YAML.inc
  clang-tools-extra/clangd/config/documentation.md
  clang-tools-extra/clangd/config/generate.sh
  clang-tools-extra/clangd/config/meta-schema.json
  clang-tools-extra/clangd/config/schema.json
  clang-tools-extra/clangd/config/schema.yaml
  clang-tools-extra/clangd/test/config-generator.test
  clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
  clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
  clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140745.495817.patch
Type: text/x-patch
Size: 119173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230208/a33c0e8d/attachment-0001.bin>


More information about the cfe-commits mailing list