[PATCH] D31805: [clang-tidy] Mention "add the check to release note" in add_new_check.py.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 7 03:20:39 PDT 2017


hokein created this revision.

https://reviews.llvm.org/D31805

Files:
  clang-tidy/add_new_check.py


Index: clang-tidy/add_new_check.py
===================================================================
--- clang-tidy/add_new_check.py
+++ clang-tidy/add_new_check.py
@@ -304,6 +304,8 @@
   write_docs(module_path, module, check_name)
   update_checks_list(clang_tidy_path)
   print('Done. Now it\'s your turn!')
+  print('Please remember to mention this check in docs/ReleaseNotes.rst '
+        '(in alphabetical order).')
 
 
 if __name__ == '__main__':


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31805.94504.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170407/0d565790/attachment-0001.bin>


More information about the cfe-commits mailing list