summaryrefslogtreecommitdiffstats
path: root/test/Analysis/inline.c
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Add check for when block is called with too few arguments.Devin Coughlin2016-11-151-1/+1
* Fix a crash in the static analyzer (bug #16307)Pavel Labath2013-06-191-0/+6
* [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose2012-08-211-1/+1
* [analyzer] Add clang_analyzer_checkInlined for debugging purposes.Jordan Rose2012-08-101-0/+7
* [analyzer] When inlining, make sure we use the definition decl.Jordan Rose2012-07-091-1/+14
* [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