]> granicus.if.org Git - clang/commit
[analyzer] Add tests for generalized lambda capture (C++14). NFC.
authorDevin Coughlin <dcoughlin@apple.com>
Thu, 26 Nov 2015 00:11:23 +0000 (00:11 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Thu, 26 Nov 2015 00:11:23 +0000 (00:11 +0000)
commitfbd1f82d2775215c7a97ef4847aca75936ce9fd3
treeeb231ca7dc54987fe70d6abf313302dd005c32db
parent2aed0cbe732ef9cea91fbc510f59fc59e1832c12
[analyzer] Add tests for generalized lambda capture (C++14). NFC.

Add tests demonstrating that the analyzer supports generalized lambda capture. This
support falls out naturally from the work Gábor Horváth did adding C++11 lambdas to
the analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254114 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/lambdas-generalized-capture.cpp [new file with mode: 0644]