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

Nathan James via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 03:54:46 PST 2021


njames93 added a comment.

Matchers change over time, so it may be wise to create a script to parse `clang/lib/ASTMatchers/Dynamic/Registry.cpp` and extract the matcher definitions from there. Save manually updating of this.


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