[PATCH] D73376: [analyzer] Add FuchsiaLockChecker and C11LockChecker

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 15:41:39 PST 2020


NoQ added inline comments.


================
Comment at: clang/test/Analysis/c11lock.c:1
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.unix.C11Lock -verify %s
+
----------------
NoQ wrote:
> I wouldn't mind `alpha.core` given that these functions belong to the standard library.
(i.e., i mean put the checker into `alpha.core`)
(but, yeah, also please add `core` to the run-line)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73376





More information about the cfe-commits mailing list