hanchenye-llvm-project/clang/test/Analysis/inlining
Jordan Rose 3553bb384b [analyzer] Make inlining decisions based on the callee being variadic.
...rather than trying to figure it out from the call site, and having
people complain that we guessed wrong and that a prototype-less call is
the same as a variadic call on their system. More importantly, fix a
crash when there's no decl at the call site (though we could have just
returned a default value).

<rdar://problem/15037033>

llvm-svn: 191599
2013-09-28 02:04:19 +00:00
..
DynDispatchBifurcate.m improve of note message and minor refactoring of my last 2013-05-15 15:27:35 +00:00
InlineObjCClassMethod.m [analyzer] Make inlining decisions based on the callee being variadic. 2013-09-28 02:04:19 +00:00
InlineObjCInstanceMethod.h
InlineObjCInstanceMethod.m [analyzer] Follow up to r167762 - precisely determine the adjustment 2012-11-12 23:40:29 +00:00
ObjCDynTypePopagation.m [analyzer] Restrict ObjC type inference to methods that have related result type. 2013-02-25 22:10:34 +00:00
ObjCImproperDynamictallyDetectableCast.m [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". 2013-01-24 23:15:30 +00:00
RetainCountExamples.m [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". 2013-01-24 23:15:30 +00:00
assume-super-init-does-not-return-nil.m [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". 2013-01-24 23:15:30 +00:00
containers.cpp [analyzer] Don't inline the [cd]tors of C++ iterators. 2013-05-01 22:39:31 +00:00
dyn-dispatch-bifurcate.cpp [analyzer] Type information from C++ new expressions is perfect. 2013-04-22 21:36:44 +00:00
eager-reclamation-path-notes.c [analyzer] Enable the new edge algorithm by default. 2013-06-03 23:00:19 +00:00
eager-reclamation-path-notes.cpp [analyzer] Enable the new edge algorithm by default. 2013-06-03 23:00:19 +00:00
false-positive-suppression.c [analyzer] Make sure that inlined defensive checks work on div by zero. 2013-07-04 02:38:06 +00:00
false-positive-suppression.cpp [analyzer] Fix test to actually test what was intended. 2013-03-22 21:15:26 +00:00
false-positive-suppression.m [analyzer] Fix trackNullOrUndef when tracking args that have nil receivers. 2013-05-03 05:47:24 +00:00
inline-defensive-checks.c [analyzer] Make sure that inlined defensive checks work on div by zero. 2013-07-04 02:38:06 +00:00
inline-defensive-checks.cpp [analyzer] Fix null tracking for the given test case, by using the proper state and removing redundant code. 2013-04-05 23:50:11 +00:00
inline-defensive-checks.m [analyzer] Address Jordan’s review of r178309 - do not register an extra visitor for nil receiver 2013-03-29 22:32:38 +00:00
path-notes.c [analyzer] Enable the new edge algorithm by default. 2013-06-03 23:00:19 +00:00
path-notes.cpp Revert "[analyzer] Handle zeroing CXXConstructExprs." 2013-06-21 16:30:32 +00:00
path-notes.m [analyzer] Don't process autorelease counts in synthesized function bodies. 2013-08-01 22:16:36 +00:00
retain-count-self-init.m [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". 2013-01-24 23:15:30 +00:00
stl.cpp [analyzer] Suppress reports reported in std::list 2013-07-04 02:38:10 +00:00
test-always-inline-size-option.c [analyzer] Do not count calls to small functions when computing stack 2012-09-10 23:35:11 +00:00
test_objc_inlining_option.m [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". 2013-01-24 23:15:30 +00:00