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 02:19:01 +0000 (19:19 -0700)
commitc13dd74e311d2ac70dd3ea663d800307d1aa5b6b
tree3ed4b35468c56fd7aacd1201e8cc7ccd0d2b5577
parent4c735439fd9a0cfea9ae366df8b36281436d4708
Set the captures on a CXXRecordDecl representing a lambda closure type
before marking it complete.

No functionality change intended.
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