[all-commits] [llvm/llvm-project] fc3c69: [clang-tidy] Added alias llvm-else-after-return.

Nathan James via All-commits all-commits at lists.llvm.org
Mon Jul 6 06:39:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc3c693b617fc5fde8939a3aec7e7372ace07693
      https://github.com/llvm/llvm-project/commit/fc3c693b617fc5fde8939a3aec7e7372ace07693
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-else-after-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst

  Log Message:
  -----------
  [clang-tidy] Added alias llvm-else-after-return.

Added an alias llvm-else-after-return from readability-else-after-return to help enforce one of the llvm coding guidelines.

Reviewed By: aaron.ballman

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




More information about the All-commits mailing list