llvm-project/clang/test/Analysis/inlining
Jordan Rose 6a97d92ef5 [analyzer] Don't try to inline if there's no region for a message receiver.
While usually we'd use a symbolic region rather than a straight-up Unknown,
we can still generate unknowns via array subscripts with symbolic indexes.
(And if this ever changes in the future, we still shouldn't crash.)

llvm-svn: 161059
2012-07-31 18:04:53 +00:00
..
InlineObjCClassMethod.m [analyzer] Add -analyzer-ipa=dynamic option for inlining dynamically 2012-07-30 20:31:18 +00:00
InlineObjCInstanceMethod.h [analyzer] Very simple ObjC instance method inlining 2012-07-30 20:31:29 +00:00
InlineObjCInstanceMethod.m [analyzer] Don't try to inline if there's no region for a message receiver. 2012-07-31 18:04:53 +00:00