[PATCH] D70876: [clang-tidy] Add spuriously-wake-up-functions check

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 23:30:23 PST 2020


steakhal added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/list.rst:300-301
 
+   `cert-con36-c <cert-con36-c.html>`_, `bugprone-spuriously-wake-up-functions <bugprone-spuriously-wake-up-functions.html>`_, "Yes"
+   `cert-con54-cpp <cert-con54-cpp.html>`_, `bugprone-spuriously-wake-up-functions <bugprone-spuriously-wake-up-functions.html>`_, "Yes"
    `cert-dcl03-c <cert-dcl03-c.html>`_, `misc-static-assert <misc-static-assert.html>`_, "Yes"
----------------
In case the checker does not offer automatic fixes, remove `"Yes"` from the given table entries.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D70876





More information about the cfe-commits mailing list