Update add_new_check.py to stub out information in the release notes for the new check.
Details
Diff Detail
Event Timeline
clang-tidy/add_new_check.py | ||
---|---|---|
283 | Alex changed the formatting, so this will need to be rebased. |
I like the idea, but we could make this a bit more reliable, see the inline comment.
clang-tidy/add_new_check.py | ||
---|---|---|
280 | Maybe instead add a special placeholder to the .rst file (something like <describe new clang-tidy checks here>) and insert new text right _before_ it? This will solve two problems: dependency on the formatting of the text and chronological order of the notes. |
With this change, won't you need to update 2 different repos: clang and extra? Is it possible to update both with a single Phabricator patch?
This is updating the release notes in the extra repository. (The release notes are new to this repository; you may not have noticed them being added.)
Maybe instead add a special placeholder to the .rst file (something like <describe new clang-tidy checks here>) and insert new text right _before_ it? This will solve two problems: dependency on the formatting of the text and chronological order of the notes.