diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-02-13 17:20:40 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-02-13 17:20:40 +0000 |
commit | e556163a66318847ea987bd0f82aa081f7cc2ac7 (patch) | |
tree | df2885b1a7ce58e3b91ac1b2e24b6c6f2aec3931 /clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp | |
parent | 438447a7f3ea68bb2eed82a6ed4682907f902738 (diff) | |
download | bcm5719-llvm-e556163a66318847ea987bd0f82aa081f7cc2ac7.tar.gz bcm5719-llvm-e556163a66318847ea987bd0f82aa081f7cc2ac7.zip |
Split the storage of lambda information between the LambdaExpr and the
CXXRecordDecl in a way that actually makes some sense:
- LambdaExpr contains all of the information for initializing the
lambda object, including the capture initializers and associated
array index variables.
- CXXRecordDecl's LambdaDefinitionData contains the captures, which
are needed to understand the captured variable references in the
body of the lambda.
llvm-svn: 150401
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp')
0 files changed, 0 insertions, 0 deletions