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

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 12:19:50 PST 2020


njames93 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"
----------------
segoon wrote:
> 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).
I'm aware of that. but these changes are unrelated and shouldn't be a part of the PR.


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