This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7be4bcc36 Fix format string issue introduced in r340548 new 155a19eb4 Fix broken builtin functions in the expression command
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../call-function/TestCallBuiltinFunction.py | 53 ++++++++++++++++++++++ .../Clang/ClangExpressionParser.cpp | 13 +++++- .../ExpressionParser/Clang/ClangExpressionParser.h | 2 - 3 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 packages/Python/lldbsuite/test/expression_command/call-function [...]