[PATCH] D90531: [clangd][WIP] Start implementing clang-tidy options into clangd config

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 31 07:37:55 PDT 2020


njames93 created this revision.
njames93 added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, mgorny.
Herald added a project: clang.
njames93 requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.

First step of implementing clang-tidy configuration into clangd config.
This is just getting a few of the basics working, like reading the configuration and a simple implementation to get clang-tidy to use those values.
However right now its achieving the latter in a much less than ideal way so definitely need to clean that up.
Also need to add some tests here and there also.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90531

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/ConfigTidyProvider.cpp
  clang-tools-extra/clangd/ConfigTidyProvider.h
  clang-tools-extra/clangd/ConfigYAML.cpp
  clang-tools-extra/clangd/tool/ClangdMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90531.302090.patch
Type: text/x-patch
Size: 14036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201031/68f7e309/attachment-0001.bin>


More information about the cfe-commits mailing list