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__':


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__':
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D31805: [clang-tidy... Haojian Wu via Phabricator via cfe-commits

Reply via email to