[PATCH] D72527: [clang-tidy] adjust scripts to subsubsections in Release Notes

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 06:07:23 PST 2020


alexfh added a comment.

LG with a nit, if this works.



================
Comment at: clang-tools-extra/clang-tidy/add_new_check.py:223
+  lineMatcher = re.compile('New checks')
+  nextSectionMatcher = re.compile('New aliases')
   checkerMatcher = re.compile('- New :doc:`(.*)')
----------------
"New check aliases" would be less ambiguous.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72527





More information about the cfe-commits mailing list