[PATCH] D66505: Make add_new_check.py's insertion of registerCheck<> match the sort order

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 04:56:19 PDT 2019


aaron.ballman added a comment.

Generally LG to me as well



================
Comment at: clang-tools-extra/clang-tidy/add_new_check.py:198
+                # If we didn't find the check name on this line, look on the
+                # next one
+                last_line = line
----------------
Missing a full stop at the end of the comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66505





More information about the cfe-commits mailing list