martong accepted this revision.
martong added a comment.

LGTM, it is a good start for an alpha checker.



================
Comment at: clang/docs/ReleaseNotes.rst:525
+- Added a new checker ``alpha.unix.Errno``. This can find the first read
+  of ``errno`` after not failed standard function calls, such use of ``errno``
+  could be unsafe.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122150

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

Reply via email to