diff options
author | Scott Egerton <scott.egerton@embecosm.com> | 2020-01-15 11:28:55 +0000 |
---|---|---|
committer | Scott Egerton <scott.egerton@embecosm.com> | 2020-01-15 11:28:57 +0000 |
commit | a90ea386981f4fa3c7cb7f62c6900069764b05a8 (patch) | |
tree | b125c624421790750335c00733eb8e3c12641873 /lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallBuiltinFunction.py | |
parent | ca6f616532780b236556fc129cda3243d31cb01a (diff) | |
download | bcm5719-llvm-a90ea386981f4fa3c7cb7f62c6900069764b05a8.tar.gz bcm5719-llvm-a90ea386981f4fa3c7cb7f62c6900069764b05a8.zip |
[Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdollars-in-identifiers flag.
Summary:
Previously, the -fdollars-in-identifiers flag allows the '$' symbol to be used
in an identifier but the universal character name equivalent '\u0024' is not
allowed.
This patch changes this, so that \u0024 is valid in identifiers.
Reviewers: rsmith, jordan_rose
Reviewed By: rsmith
Subscribers: dexonsmith, simoncook, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71758
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallBuiltinFunction.py')
0 files changed, 0 insertions, 0 deletions