[all-commits] [llvm/llvm-project] 6d5b86: [lldb] Add missing UTF-8 char basic type entries
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Mon Jun 13 10:36:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d5b86f851a1ee6475c767b8f94e3598cdd5a9fe
https://github.com/llvm/llvm-project/commit/6d5b86f851a1ee6475c767b8f94e3598cdd5a9fe
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M lldb/bindings/python/python-extensions.swig
M lldb/docs/python_api_enums.rst
Log Message:
-----------
[lldb] Add missing UTF-8 char basic type entries
D120690 introduced `eBasicTypeChar8` but missed proper documentation order. This also introduces the missing bindings data on Swig, which should correspond with the documented information.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D116136
More information about the All-commits
mailing list