Mercurial > hg > CbC > CbC_llvm
view clang/test/Analysis/ctu-import-threshold.c @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children |
line wrap: on
line source
// 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