infer_clone/infer/tests/codetoanalyze/cpp/liveness/.inferconfig

9 lines
171 B

{
"liveness-ignored-constant" : ["44"],
"liveness-dangerous-classes": [
"dead_stores::BlacklistedStruct"
],
"cxx-scope-guards": [
"infer::ScopeGuard"
]
}