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

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 15:36:15 PST 2021


sammccall added a comment.

That bothers me too.
I'm sure it's possible to factor the generated files so that they're self-contained, I didn't work hard on that yet. So I don't think it's central to the question.

> there's perhaps a matter of principle where clangd should try to avoid using code patterns (here, non-self-contained files) in its implementation code that it does not support

Agree. However the counterargument is putting such patterns in front of our face all the time might encourage us to add some level of support!


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