[PATCH] D18509: clang-tidy: add_new_check.py stubs out release notes

Richard via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 14:07:21 PDT 2016


LegalizeAdulthood added inline comments.

================
Comment at: clang-tidy/add_new_check.py:283
@@ +282,3 @@
+      elif not clang_tidy_heading_found:
+        if line.startswith('^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^'):
+          clang_tidy_heading_found = True
----------------
Alex changed the formatting, so this will need to be rebased.


http://reviews.llvm.org/D18509





More information about the cfe-commits mailing list