]> granicus.if.org Git - clang/commit
Extend CXXRecordDecl with a function that determines the mapping from
authorDouglas Gregor <dgregor@apple.com>
Fri, 10 Feb 2012 07:45:31 +0000 (07:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 10 Feb 2012 07:45:31 +0000 (07:45 +0000)
commit4d8d22bfaed6e5d7da6b5556415b18c43b44e36c
treee426e3c83c502004ea93b36f96ae13503f7f3566
parent864b1cf13b288c5099911e1265431ffdcac060a4
Extend CXXRecordDecl with a function that determines the mapping from
the variables captured by a lambda to the fields that store the
captured values. To be used in IRgen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150235 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaLambda.cpp