[PATCH] D115425: [clangd] Generate ConfigFragment/YAML/docs from one tablegen source

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 5 09:56:06 PST 2022


njames93 added a comment.

For the website, we use tags to specify the clangd version that the option was first supported in.
I'd suggest that we also add a `Version` field to the `Field` class.
This could also cause problem down the line if we ever wanted to remove a config option.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115425



More information about the cfe-commits mailing list