Go to file
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
clang [analyzer] Treat std::initializer_list as opaque rather than aborting. 2013-07-17 17:16:33 +00:00
clang-tools-extra Update for llvm API change. 2013-07-16 19:44:28 +00:00
compiler-rt [Sanitizer] Always provide --default-arch argument to llvm-symbolizer 2013-07-17 15:02:43 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Fix and re-enable R600 vload/vstore assembly 2013-07-16 14:29:01 +00:00
libcxx Add pointer format test for Windows. 2013-07-16 23:50:06 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld Fix the build with clang and libstdc++4.7. 2013-07-16 20:18:13 +00:00
lldb Re-introduces ELF core file support for Linux x86-64 2013-07-17 16:06:12 +00:00
llvm OptParser.td: typo 2013-07-17 16:26:38 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00