summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/SourceLocationTest.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-07-17 17:16:33 +0000
committerJordan Rose <jordan_rose@apple.com>2013-07-17 17:16:33 +0000
commit05b2f98d891b56f85186aa6da61ad417b8153730 (patch)
tree559e3b2eeda8033b2aa0d9a6e67beaed7c57725d /clang/unittests/AST/SourceLocationTest.cpp
parentfb624ce8857024488286a1bb7556a59299565ca2 (diff)
downloadbcm5719-llvm-05b2f98d891b56f85186aa6da61ad417b8153730.tar.gz
bcm5719-llvm-05b2f98d891b56f85186aa6da61ad417b8153730.zip
[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
Diffstat (limited to 'clang/unittests/AST/SourceLocationTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud