[libcxx-commits] [PATCH] D111509: [clang] use getCommonSugar in an assortment of places

Matheus Izvekov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 23 10:20:40 PDT 2022


mizvekov added a comment.

In D111509#3168178 <https://reviews.llvm.org/D111509#3168178>, @shafik wrote:

> Changing how types are printed can effect LLDB expression parsing tests. I ran the LLDB test suite with this change:
>
>   ninja check-lldb
>
> and it changes to the results for `TestScalarURem.py` which can be run using:
>
>   llvm-lit -sv lldb/test --filter TestScalarURem.py
>
> The change looks expected.

Fixed now, thanks. (And also API/commands/expression/rdar44436068/Test128BitsInteger.py).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111509/new/

https://reviews.llvm.org/D111509



More information about the libcxx-commits mailing list