summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2018-05-17 07:31:29 +0000
committerIvan Donchevskii <ivan.donchevskii@qt.io>2018-05-17 07:31:29 +0000
commitf4b09a3a30875842ea4f8e8fce22936a2a29164e (patch)
tree2bb66578ef79379869c71cd47850b712d03ac02e /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
parent81a76a388a35e4f58c897df328852f7b6482b9eb (diff)
downloadbcm5719-llvm-f4b09a3a30875842ea4f8e8fce22936a2a29164e.tar.gz
bcm5719-llvm-f4b09a3a30875842ea4f8e8fce22936a2a29164e.zip
[libclang] Allow skipping function bodies in preamble only
As an addition to CXTranslationUnit_SkipFunctionBodies, provide the new option CXTranslationUnit_LimitSkipFunctionBodiesToPreamble, which constraints the skipping of functions bodies to the preamble only. Function bodies in the main file are not affected if this option is set. Skipping function bodies only in the preamble is what clangd already does and the introduced flag implements it for libclang clients. Patch by Nikolai Kosjar. Differential Revision: https://reviews.llvm.org/D45815 llvm-svn: 332578
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud