[PATCH] D98502: [clang][Checkers] Extend PthreadLockChecker state dump (NFC).

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 1 00:56:18 PDT 2021


steakhal accepted this revision.
steakhal added inline comments.


================
Comment at: clang/test/Analysis/pthreadlock_state.c:1
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.unix.PthreadLock,debug.ExprInspection 2>&1 %s | FileCheck %s
+
----------------
AFAIK `core` should be enabled for all checks. Same for the other file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98502



More information about the cfe-commits mailing list