aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/inline.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Fix a crash in the static analyzer (bug #16307)Pavel Labath1-0/+6
2012-08-21[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose1-1/+1
2012-08-10[analyzer] Add clang_analyzer_checkInlined for debugging purposes.Jordan Rose1-0/+7
2012-07-09[analyzer] When inlining, make sure we use the definition decl.Jordan Rose1-1/+14
2012-03-08[analyzer] Rework inlining related command line options.Anna Zaks1-1/+1
2012-03-05Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...Ted Kremenek1-0/+13
2012-03-03[analyzer] do not warn about returning stack-allocated memory when it comes f...Ted Kremenek1-0/+19
2012-01-12[analyzer] fix inlining's handling of mapping actual to formal arguments and ...Ted Kremenek1-0/+30
2012-01-11Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...Ted Kremenek1-1/+0
2011-03-30Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek1-0/+1
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-1/+1
2011-02-28[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis1-1/+1
2011-01-14Teach RegionStore::EnterStackFrame() to handleTed Kremenek1-3/+13
2010-05-06Turn -analyzer-inline-call on for C functions. This also fixed a bug thatZhongxing Xu1-2/+2
2010-04-30Refactor the AnalysisConsumer to analyze functions after the whole Zhongxing Xu1-2/+2
2010-03-23Tweak null dereference diagnostics to give clearer diagnostics whenTed Kremenek1-1/+1
2010-02-27Add test case for inlining call analysis.Zhongxing Xu1-0/+20