[Lldb-commits] [PATCH] D54454: Be more permissive in what we consider a variable name.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 12 16:38:42 PST 2018


clayborg added a comment.

Since we only handle . and -> this general idea seems ok to me. Do we even need a regex then? Maybe just search for first of ".-"?


https://reviews.llvm.org/D54454





More information about the lldb-commits mailing list