[libcxx-commits] [PATCH] D122598: [libcxx] avoid using anonymous struct with base classes (fixes gcc-12)
Azat Khuzhin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 11 13:45:25 PDT 2022
azat added a comment.
> Is it possible that this change just broke the lldb data formatter for string?
@jgorbe AFAICS - No, have you experience some issues?
Plus I see there are tests for string fomratting in lldb, which cover both: long and short strings:
- https://github.com/llvm/llvm-project/blob/main/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122598/new/
https://reviews.llvm.org/D122598
More information about the libcxx-commits
mailing list