xref: /llvm-project/clang/test/Analysis/ctu-import-threshold.c (revision d12d0b73f1c9c3a711c5cc15266a2b493cd712e9)
1 // Ensure analyzer option 'ctu-import-threshold' is a recognized option.
2 //
3 // RUN: %clang_cc1 -analyze -analyzer-config ctu-import-threshold=30 -verify %s
4 // RUN: %clang_cc1 -analyze -analyzer-config ctu-import-cpp-threshold=30 -verify %s
5 //
6 // expected-no-diagnostics
7