[all-commits] [llvm/llvm-project] f97f92: add_new_check.py: Update of the template to add an...

Sylvestre Ledru via All-commits all-commits at lists.llvm.org
Sun May 10 02:26:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f97f92e5b0fd14240c2ec27c44e1b3cfddfdf668
      https://github.com/llvm/llvm-project/commit/f97f92e5b0fd14240c2ec27c44e1b3cfddfdf668
  Author: Sylvestre Ledru <sledru at mozilla.com>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/add_new_check.py

  Log Message:
  -----------
  add_new_check.py: Update of the template to add an autofix section

Summary: As discussed here: https://reviews.llvm.org/D77983

Reviewers: alexfh

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D78052


  Commit: dc0f79ea5b99b9609a21c29089c294ab82d88094
      https://github.com/llvm/llvm-project/commit/dc0f79ea5b99b9609a21c29089c294ab82d88094
  Author: Sylvestre Ledru <sledru at mozilla.com>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M clang-tools-extra/docs/clang-tidy/checks/misc-unused-parameters.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-avoid-bind.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-deprecated-ios-base-aliases.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-loop-convert.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-make-shared.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-bool-literals.rst

  Log Message:
  -----------
  clang-tidy doc: add a note for checkers with an autofix

Summary:
Currently, when looking at a checker documentation, we have to go back
to the whole list or look at the sources to figure out if an autofix
is available or not.

Reviewers: alexfh, aaron.ballman

Subscribers: wuzish, Eugene.Zelenko, nemanjai, kbarton, arphaman, Charusso, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D77983


  Commit: b0828135dbe3ee52a15163856008bcf05e81ccf8
      https://github.com/llvm/llvm-project/commit/b0828135dbe3ee52a15163856008bcf05e81ccf8
  Author: Sylvestre Ledru <sledru at mozilla.com>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst

  Log Message:
  -----------
  clang-tidy doc: Fix the syntax to use rst list type


Compare: https://github.com/llvm/llvm-project/compare/0dcd7c34f110...b0828135dbe3


More information about the All-commits mailing list