llvm-for-llvmta/tools/clang/test/Analysis/ctu-import-threshold.c

7 lines
270 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// Ensure analyzer option 'ctu-import-threshold' is a recognized option.
//
// RUN: %clang_cc1 -analyze -analyzer-config ctu-import-threshold=30 -verify %s
// RUN: %clang_cc1 -analyze -analyzer-config ctu-import-cpp-threshold=30 -verify %s
//
// expected-no-diagnostics