summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/live-bindings-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Fix liveness calculation for C++17 structured bindingsGeorge Karpenkov2018-03-311-0/+124
C++ structured bindings for non-tuple-types are defined in a peculiar way, where the resulting declaration is not a VarDecl, but a BindingDecl. That means a lot of existing machinery stops working. rdar://36912381 Differential Revision: https://reviews.llvm.org/D44956 llvm-svn: 328910
OpenPOWER on IntegriCloud