brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · f7e1285 Raw
7 lines · c
1// Ensure analyzer option 'ctu-import-threshold' is a recognized option.2//3// RUN: %clang_analyze_cc1 -analyzer-config ctu-import-threshold=30 -verify %s4// RUN: %clang_analyze_cc1 -analyzer-config ctu-import-cpp-threshold=30 -verify %s5//6// expected-no-diagnostics7