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