summaryrefslogtreecommitdiffstats
path: root/test/Tooling/clang-check-analyzer.cpp
blob: 16cf7ce603baddf2412e908dc9d4ffc03304c426 (plain)
1
2
3
4
// RUN: clang-check -analyze "%s" -- -c 2>&1 | FileCheck %s

// CHECK: Dereference of null pointer
int a(int *x) { if(x){} *x = 47; }
OpenPOWER on IntegriCloud