llvm-project/clang/test/Analysis/Inputs
Jordan Rose 05b2f98d89 [analyzer] Treat std::initializer_list as opaque rather than aborting.
Previously, the use of a std::initializer_list (actually, a
CXXStdInitializerListExpr) would cause the analyzer to give up on the rest
of the path. Now, it just uses an opaque symbolic value for the
initializer_list and continues on.

At some point in the future we can add proper support for initializer_list,
with access to the elements in the InitListExpr.

<rdar://problem/14340207>

llvm-svn: 186519
2013-07-17 17:16:33 +00:00
..
system-header-simulator-cxx.h [analyzer] Treat std::initializer_list as opaque rather than aborting. 2013-07-17 17:16:33 +00:00
system-header-simulator-for-malloc.h [analyzer] Be more consistent about Objective-C methods that free memory. 2013-03-09 00:59:10 +00:00
system-header-simulator-for-simple-stream.h [analyzer] Add pointer escape type param to checkPointerEscape callback 2013-02-07 23:05:43 +00:00
system-header-simulator-objc.h [analyzer] Malloc checker should only escape the receiver when “[O init..]” is called. 2013-05-31 23:47:32 +00:00
system-header-simulator.h [analyzer] Indirect invalidation counts as an escape for leak checkers. 2013-05-10 17:07:16 +00:00