[AMDGPU][AsmParser][NFC] Get rid of custom default operand handlers.
[llvm-project.git] / clang / test / Analysis / ctu-import-threshold.c
blob62bbeda20d5ba2361782888d3f376138751a31d2
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