forked from OSchip/llvm-project
parent
bf3a4f552e
commit
5a520f6cd5
|
@ -1,4 +1,4 @@
|
|||
//===--- UnconventionalUnconventionalAssignOperatorCheck.cpp - clang-tidy -----*- C++ -*-===//
|
||||
//===--- UnconventionalAssignOperatorCheck.cpp - clang-tidy -----*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- UnconventionalUnconventionalAssignOperatorCheck.h - clang-tidy -------*- C++ -*-===//
|
||||
//===--- UnconventionalAssignOperatorCheck.h - clang-tidy -------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -237,7 +237,8 @@ identified. The improvements since the 3.8 release include:
|
|||
Finds static function and variable definitions in anonymous namespace.
|
||||
|
||||
- New `misc-unconventional-assign-operator
|
||||
<http://clang.llvm.org/extra/clang-tidy/checks/misc-unconventional-assign-operator.html>`_ check replacing old `misc-assign-operator-signature` check
|
||||
<http://clang.llvm.org/extra/clang-tidy/checks/misc-unconventional-assign-operator.html>`_
|
||||
check replacing the *misc-assign-operator-signature* check.
|
||||
|
||||
Does not only checks for correct signature but also for correct ``return``
|
||||
statements (returning ``*this``)
|
||||
|
|
Loading…
Reference in New Issue