This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 907acfbf6 Generalize FindTypes with CompilerContext to support fuzzy lookup new edaffdcbe Add char8_t support (C++20)
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: include/lldb/lldb-enumerations.h | 3 +- .../cpp/char8_t}/Makefile | 1 + .../test/lang/cpp/char8_t/TestCxxChar8_t.py | 40 +++++++++++++++++ .../lldbsuite/test/lang/cpp/char8_t/main.cpp | 7 +++ source/Commands/CommandObjectMemory.cpp | 2 + .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 11 +++++ .../Plugins/Language/CPlusPlus/CxxStringTypes.cpp | 51 ++++++++++++++++++++++ source/Plugins/Language/CPlusPlus/CxxStringTypes.h | 6 +++ source/Symbol/ClangASTContext.cpp | 7 +-- 9 files changed, 124 insertions(+), 4 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_hit_cou [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/char8_t/TestCxxChar8_t.py create mode 100644 packages/Python/lldbsuite/test/lang/cpp/char8_t/main.cpp