summaryrefslogtreecommitdiffstats
path: root/test/Analysis/inline.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...Ted Kremenek2012-03-051-0/+13
* [analyzer] do not warn about returning stack-allocated memory when it comes f...Ted Kremenek2012-03-031-0/+19
* [analyzer] fix inlining's handling of mapping actual to formal arguments and ...Ted Kremenek2012-01-121-0/+30
* Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...Ted Kremenek2012-01-111-1/+0
* Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek2011-03-301-0/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* Teach RegionStore::EnterStackFrame() to handleTed Kremenek2011-01-141-3/+13
* Turn -analyzer-inline-call on for C functions. This also fixed a bug thatZhongxing Xu2010-05-061-2/+2
* Refactor the AnalysisConsumer to analyze functions after the whole Zhongxing Xu2010-04-301-2/+2
* Tweak null dereference diagnostics to give clearer diagnostics whenTed Kremenek2010-03-231-1/+1
* Add test case for inlining call analysis.Zhongxing Xu2010-02-271-0/+20