[PATCH] D98407: [clang-query] Add syntax highlight for clang-query scripts.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 13:42:53 PST 2021


dblaikie added inline comments.


================
Comment at: llvm/utils/vim/syntax/clang-query.vim:492
+	\ whileStmt
+	\ withInitializer
+
----------------
OikawaKirie wrote:
> dblaikie wrote:
> > Guess there's no chance of generating this list from some other existing source-of-truth?
> This list was generated from `clang/docs/LibASTMatchersReference.html` :-)
Oh, I meant automatically so it'd stay in sync. But guess not - maybe at some point we'll eventually move the matchers to some tablegen files - to generate documentation and the source code, etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98407



More information about the llvm-commits mailing list