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

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 16:36:17 PST 2020


xazax.hun marked an inline comment as done.
xazax.hun added inline comments.


================
Comment at: clang/test/Analysis/c11lock.c:1
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.unix.C11Lock -verify %s
+
----------------
NoQ wrote:
> 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)
You are reading my mind. Actually I wanted to ask where to put this but forgot to ask :)


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