Set the captures on a CXXRecordDecl representing a lambda closure type
authorRichard Smith <richard@metafoo.co.uk>
Fri, 5 Jun 2020 02:15:22 +0000 (19:15 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Fri, 5 Jun 2020 23:05:32 +0000 (16:05 -0700)
commitebcbd5ba39c017bb621eefa3175a224aae85ddc8
treeb78f215629449a1a88a07f2f37c5c4cec324c119
parentac6abc99e2794e4674a8498f817fda19b176bbfe
Set the captures on a CXXRecordDecl representing a lambda closure type
before marking it complete.

No functionality change intended.

Previously committed as c13dd74e311d2ac70dd3ea663d800307d1aa5b6b.
clang/include/clang/AST/DeclCXX.h
clang/include/clang/AST/ExprCXX.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/DeclCXX.cpp
clang/lib/AST/ExprCXX.cpp
clang/lib/Sema/SemaLambda.cpp