We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ec66c commit a2bc110Copy full SHA for a2bc110
clang/test/Analysis/issue-124474.cpp
@@ -1,8 +1,6 @@
1
// RUN: %clang_analyze_cc1 \
2
-// RUN: -analyzer-checker=unix.BlockInCriticalSection \
3
-// RUN: -std=c++11 \
4
-// RUN: -analyzer-output text \
5
-// RUN: -verify %s
+// RUN: -analyzer-checker=core,unix.BlockInCriticalSection \
+// RUN: -analyzer-output text -verify %s
6
7
// expected-no-diagnostics
8
0 commit comments