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

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 13:51:33 PDT 2019


aaron.ballman added reviewers: alexfh, djasper, JonasToth.
aaron.ballman added a comment.

Given that the alphabetization we want really is based on the string literal, would it make sense to look for that rather than the check name? Adding a few more reviewers for a better mix of opinions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66505





More information about the llvm-commits mailing list