clang-tidy/rename_check.py {misc,bugprone}-suspicious-semicolon
clang-tidy/rename_check.py {misc,bugprone}-suspicious-string-compare
clang-tidy/rename_check.py {misc,bugprone}-swapped-arguments
clang-tidy/rename_check.py {misc,bugprone}-undelegated-constructor --check_class_name UndelegatedConstructor
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple of drive-by nits that could be fixed if you wanted to.
docs/clang-tidy/checks/bugprone-swapped-arguments.rst | ||
---|---|---|
6 ↗ | (On Diff #136284) | Can get rid of the extra newline while you're at it. |
docs/clang-tidy/checks/bugprone-undelegated-constructor.rst | ||
6 ↗ | (On Diff #136284) | Same here, if you'd like. |
docs/ReleaseNotes.rst | ||
---|---|---|
60 ↗ | (On Diff #136284) | Please sort checks alphabetically. Will be also good idea to move renamed checks after new checks/modules. |
docs/ReleaseNotes.rst | ||
---|---|---|
60 ↗ | (On Diff #136284) | I've sorted the entries manually. I hope I can change the rename_check.py script to insert new notes into the right place in the list. |