OK, I think this works now. I tested it a few different ways. I'll commit
momentarily.
Thanks.
On Thu, Nov 19, 2015 at 6:16 PM, Zachary Turner wrote:
> Adrian:
>
> I think the check_list_or_lambda function needs to be renamed to
> `check_decorator_attribute`, and it needs to handle values tha
Adrian:
I think the check_list_or_lambda function needs to be renamed to
`check_decorator_attribute`, and it needs to handle values that are neither
lists nor functions. i.e. it needs to handle single values. So I believe
right now check_list_or_lambda does something like this:
def check_list_o
This make the test TestVectorTypesFormatting, which is annotated with
@skipIf(compiler='gcc'), run when using GCC:
http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/8661/steps/test5/logs/stdio
On Thu, Nov 19, 2015 at 4:11 PM, Adrian McCarthy via lldb-commits
wrote:
> Author: