// RUN: %clang_analyze_cc1 -analyzer-checker=core.NullDereference,core.uninitialized.UndefReturn -std=c++11 %s -verify -o /dev/null
void
void
// Test that pointer-to-member functions don't cause the analyzer
// to crash.
;
typedef void ;
void
// Tests for CXXTemporaryObjectExpr.
;
// Test to see if CXXTemporaryObjectExpr is being handled.
int
// Test to see if CXXTemporaryObjectExpr invalidates arguments.
int
// Test for correct handling of C++ ForRange statement.
void
void
// Do not crash on the following when constructing the
// callgraph.
;
// Tests that dynamic_cast handles references to C++ classes. Previously
// this crashed.
;
;
;
;
void