diff options
author | Corentin Jabot <corentinjabot@gmail.com> | 2022-07-23 12:18:01 +0200 |
---|---|---|
committer | Corentin Jabot <corentinjabot@gmail.com> | 2022-07-23 14:08:08 +0200 |
commit | aee76cb59ca273d46db20cd7d23a252a2683ed6a (patch) | |
tree | 1a768f0a320e49d3c2beb161470ab9ad6fba5bd2 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 66e66117ba510f46399615d87619ff3d7324b106 (diff) | |
download | llvm-aee76cb59ca273d46db20cd7d23a252a2683ed6a.zip llvm-aee76cb59ca273d46db20cd7d23a252a2683ed6a.tar.gz llvm-aee76cb59ca273d46db20cd7d23a252a2683ed6a.tar.bz2 |
[Clang] Add support for Unicode identifiers (UAX31) in C2x mode.
This implements
N2836 Identifier Syntax using Unicode Standard Annex 31.
The feature was already implemented for C++,
and the semantics are the same.
Unlike C++ there was, afaict, no decision to
backport the feature in older languages mode,
so C17 and earlier are not modified and the
code point tables for these language modes are conserved.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D130416
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions