]> granicus.if.org Git - clang/commit
[analyzer] Pass the correct Expr to the bug reporter visitors when dealing with Compo...
authorAnna Zaks <ganna@apple.com>
Wed, 6 Mar 2013 20:26:02 +0000 (20:26 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 6 Mar 2013 20:26:02 +0000 (20:26 +0000)
commit42773d64f98db0dd5cc80181c3b2d561851668f7
treed7e3e504e7b01a5a4bb04df12940f5a62f718355
parent713e07591995d761f65c7132289dce003a29870f
[analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr

This allows us to trigger the IDC visitor in the added test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/AttrNonNullChecker.cpp
test/Analysis/inlining/inline-defensive-checks.m [new file with mode: 0644]