aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2022-01-20 07:40:12 -0800
committerNathan Sidwell <nathan@acm.org>2022-01-20 11:47:06 -0800
commit8105e404f186c6f31e08185b37f81e6da904f6d7 (patch)
treec198eff51b094f98cee09afd99768b58b6647fc8 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
parentba8eb31bd9542828f6424e15a3014f80f14522c8 (diff)
downloadllvm-8105e404f186c6f31e08185b37f81e6da904f6d7.zip
llvm-8105e404f186c6f31e08185b37f81e6da904f6d7.tar.gz
llvm-8105e404f186c6f31e08185b37f81e6da904f6d7.tar.bz2
[demangler][NFC] Small cleanups and sync
Some precursor work to adding module demangling. * some mismatched comment and code in the demangler * a const fn was not marked thusly * we use std::islower. A direct range check is smaller code (no function call), and we know we're in ASCII-land and later in that same function make the same assumption about upper-case contiguity. Heck, maybe just drop the switch's precondition and rely on the optimizer to do its thing? * the directory is cloned in two places, which had gotten out of sync. Differential Revision: https://reviews.llvm.org/D117800
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions