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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 14:16:54 PST 2020


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM, do you need me to commit on your behalf?



================
Comment at: clang-tools-extra/test/clang-tidy/bugprone-spuriously-wake-up-functions.c:165
+int main() { return 0; }
\ No newline at end of file

----------------
Please add a newline to the end of the file.


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