repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[AMDGPU][AsmParser][NFC] Get rid of custom default operand handlers.
[llvm-project.git]
/
clang
/
test
/
Analysis
/
trustnonnullchecker_test.mm
blob
fa84673492be788422db689f2b6a0c47ff42c9b8
1
// RUN: %clang_analyze_cc1 -fblocks -analyze -analyzer-checker=core,nullability,apiModeling -verify %s
2
3
#include "Inputs/system-header-simulator-for-nullability-cxx.h"
4
5
// expected-no-diagnostics
6
7
void blah() {
8
foo(); // no-crash
9
}