diff options
author | Devin Coughlin <dcoughlin@apple.com> | 2015-12-04 05:00:36 +0000 |
---|---|---|
committer | Devin Coughlin <dcoughlin@apple.com> | 2015-12-04 05:00:36 +0000 |
commit | ebeed880786aa64c702e53faf1fb31b6bd897086 (patch) | |
tree | bb5da6e58d2dd5a28f3f66c290d7f834908dc674 /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | d31c1ba19a985d0c6e9805a68fd44604dae42799 (diff) | |
download | bcm5719-llvm-ebeed880786aa64c702e53faf1fb31b6bd897086.tar.gz bcm5719-llvm-ebeed880786aa64c702e53faf1fb31b6bd897086.zip |
[analyzer] Support inlining lambda-converted blocks.
clang converts C++ lambdas to blocks with an implicit user-defined conversion
operator method on the lambda record. This method returns a block that captures a copy
of the lambda. To inline a lambda-converted block, the analyzer now calls the lambda
records's call operator method on the lambda captured by the block.
llvm-svn: 254702
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions