summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-13 17:20:40 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-13 17:20:40 +0000
commite556163a66318847ea987bd0f82aa081f7cc2ac7 (patch)
treedf2885b1a7ce58e3b91ac1b2e24b6c6f2aec3931 /clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
parent438447a7f3ea68bb2eed82a6ed4682907f902738 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud