summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/ctu-import-threshold.c
blob: 62bbeda20d5ba2361782888d3f376138751a31d2 (plain)
1
2
3
4
5
6
// 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