[PATCH] D90944: [clang-tidy] implement misc-mt-unsafe

Vasily Kulikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 12:09:12 PST 2020


segoon marked an inline comment as done.
segoon added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/list.rst:33
    `abseil-upgrade-duration-conversions <abseil-upgrade-duration-conversions.html>`_, "Yes"
-   `altera-struct-pack-align <altera-struct-pack-align.html>`_,
+   `altera-struct-pack-align <altera-struct-pack-align.html>`_, "Yes"
    `android-cloexec-accept <android-cloexec-accept.html>`_, "Yes"
----------------
njames93 wrote:
> Can you undo this change and all other unrelated changes to this file.
These changes are added by ./add_new_check.py. I guess the file was altered by hands w/o using the script the last time(s).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90944/new/

https://reviews.llvm.org/D90944



More information about the cfe-commits mailing list