[all-commits] [llvm/llvm-project] 95fe54: [clang-tidy] new performance-no-automatic-move check.

Clement Courbet via All-commits all-commits at lists.llvm.org
Thu Nov 21 23:48:19 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 95fe54931fddccccf9740b3247219e30504da447
      https://github.com/llvm/llvm-project/commit/95fe54931fddccccf9740b3247219e30504da447
  Author: Clement Courbet <courbet at google.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    A clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.h
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.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/performance-no-automatic-move.rst
    A clang-tools-extra/test/clang-tidy/checkers/performance-no-automatic-move.cpp

  Log Message:
  -----------
  [clang-tidy] new performance-no-automatic-move check.

Summary: The check flags constructs that prevent automatic move of local variables.

Reviewers: aaron.ballman

Subscribers: mgorny, xazax.hun, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list