[Lldb-commits] [PATCH] D136306: [WIP][lldb][CPlusPlus] Add abi_tag support to the CPlusPlusNameParser

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 20 04:12:06 PDT 2022


Michael137 planned changes to this revision.
Michael137 added a comment.

Wonder if we should skip the tags rather than consume them. Depends on what DW_AT_name says. Also I suspect there are cases where we would want to include tags and others where we dont

Will need to handle special characters in the tags too (currently it just handles simple identifiers)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136306/new/

https://reviews.llvm.org/D136306



More information about the lldb-commits mailing list