Author: Nathan James
Date: 2021-02-23T13:01:16Z
New Revision: 5bf710b2a50055f8fb3c159f5805e74e041bceb1

URL: 
https://github.com/llvm/llvm-project/commit/5bf710b2a50055f8fb3c159f5805e74e041bceb1
DIFF: 
https://github.com/llvm/llvm-project/commit/5bf710b2a50055f8fb3c159f5805e74e041bceb1.diff

LOG: [clang-tidy] Update checks list.

Added: 
    

Modified: 
    clang-tools-extra/docs/clang-tidy/checks/list.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst 
b/clang-tools-extra/docs/clang-tidy/checks/list.rst
index 3a82bc7fbe492..23365e417f718 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/list.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst
@@ -31,8 +31,8 @@ Clang-Tidy Checks
    `abseil-time-subtraction <abseil-time-subtraction.html>`_, "Yes"
    `abseil-upgrade-duration-conversions 
<abseil-upgrade-duration-conversions.html>`_, "Yes"
    `altera-kernel-name-restriction <altera-kernel-name-restriction.html>`_,
-   `altera-single-work-item-barrier <altera-single-work-item-barrier.html>`_, 
"Yes"
-   `altera-struct-pack-align <altera-struct-pack-align.html>`_,
+   `altera-single-work-item-barrier <altera-single-work-item-barrier.html>`_,
+   `altera-struct-pack-align <altera-struct-pack-align.html>`_, "Yes"
    `android-cloexec-accept <android-cloexec-accept.html>`_, "Yes"
    `android-cloexec-accept4 <android-cloexec-accept4.html>`_,
    `android-cloexec-creat <android-cloexec-creat.html>`_, "Yes"
@@ -118,7 +118,6 @@ Clang-Tidy Checks
    `cert-msc51-cpp <cert-msc51-cpp.html>`_,
    `cert-oop57-cpp <cert-oop57-cpp.html>`_,
    `cert-oop58-cpp <cert-oop58-cpp.html>`_,
-   `cert-sig30-c <cert-sig30-c.html>`_,
    `clang-analyzer-core.DynamicTypePropagation 
<clang-analyzer-core.DynamicTypePropagation.html>`_,
    `clang-analyzer-core.uninitialized.CapturedBlockVariable 
<clang-analyzer-core.uninitialized.CapturedBlockVariable.html>`_,
    `clang-analyzer-cplusplus.InnerPointer 
<clang-analyzer-cplusplus.InnerPointer.html>`_,
@@ -149,6 +148,7 @@ Clang-Tidy Checks
    `cppcoreguidelines-narrowing-conversions 
<cppcoreguidelines-narrowing-conversions.html>`_,
    `cppcoreguidelines-no-malloc <cppcoreguidelines-no-malloc.html>`_,
    `cppcoreguidelines-owning-memory <cppcoreguidelines-owning-memory.html>`_,
+   `cppcoreguidelines-prefer-member-initializer 
<cppcoreguidelines-prefer-member-initializer.html>`_, "Yes"
    `cppcoreguidelines-pro-bounds-array-to-pointer-decay 
<cppcoreguidelines-pro-bounds-array-to-pointer-decay.html>`_,
    `cppcoreguidelines-pro-bounds-constant-array-index 
<cppcoreguidelines-pro-bounds-constant-array-index.html>`_, "Yes"
    `cppcoreguidelines-pro-bounds-pointer-arithmetic 
<cppcoreguidelines-pro-bounds-pointer-arithmetic.html>`_,
@@ -185,7 +185,6 @@ Clang-Tidy Checks
    `google-readability-todo <google-readability-todo.html>`_,
    `google-runtime-int <google-runtime-int.html>`_,
    `google-runtime-operator <google-runtime-operator.html>`_,
-   `google-runtime-references <google-runtime-references.html>`_,
    `google-upgrade-googletest-case <google-upgrade-googletest-case.html>`_, 
"Yes"
    `hicpp-avoid-goto <hicpp-avoid-goto.html>`_,
    `hicpp-exception-baseclass <hicpp-exception-baseclass.html>`_,
@@ -336,6 +335,7 @@ Clang-Tidy Checks
    `cert-oop54-cpp <cert-oop54-cpp.html>`_, 
`bugprone-unhandled-self-assignment <bugprone-unhandled-self-assignment.html>`_,
    `cert-pos44-c <cert-pos44-c.html>`_, `bugprone-bad-signal-to-kill-thread 
<bugprone-bad-signal-to-kill-thread.html>`_,
    `cert-pos47-c <cert-pos47-c.html>`_, 
`concurrency-thread-canceltype-asynchronous 
<concurrency-thread-canceltype-asynchronous.html>`_,
+   `cert-sig30-c <cert-sig30-c.html>`_, `bugprone-signal-handler 
<bugprone-signal-handler.html>`_,
    `cert-str34-c <cert-str34-c.html>`_, `bugprone-signed-char-misuse 
<bugprone-signed-char-misuse.html>`_,
    `clang-analyzer-core.CallAndMessage 
<clang-analyzer-core.CallAndMessage.html>`_, `Clang Static Analyzer 
<https://clang.llvm.org/docs/analyzer/checkers.html>`_,
    `clang-analyzer-core.DivideZero <clang-analyzer-core.DivideZero.html>`_, 
`Clang Static Analyzer <https://clang.llvm.org/docs/analyzer/checkers.html>`_,


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to