]> granicus.if.org Git - clang/commit
[analyzer] Proactively avoid inlining vararg functions and blocks until we properly...
authorTed Kremenek <kremenek@apple.com>
Thu, 9 Feb 2012 21:59:52 +0000 (21:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 9 Feb 2012 21:59:52 +0000 (21:59 +0000)
commit10520d76044e8fff71d414f30c21b449fd104960
tree821c010e7bac996930dca45efecef887f8f7e77f
parentbb3d14e55d267bf5228699c7bf0c8ccdb71c8f46
[analyzer] Proactively avoid inlining vararg functions and blocks until we properly support them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150207 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
test/Analysis/inline-not-supported.c [new file with mode: 0644]