Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Analysis
/
trustnonnullchecker_test.mm
blob: fa84673492be788422db689f2b6a0c47ff42c9b8 [
file
] [
log
] [
blame
]
// RUN: %clang_analyze_cc1 -fblocks -analyze -analyzer-checker=core,nullability,apiModeling -verify %s
#include
"Inputs/system-header-simulator-for-nullability-cxx.h"
// expected-no-diagnostics
void
blah
()
{
foo
();
// no-crash
}