OSDN Git Service

[demangler] Recopy the demangler from libcxxabi.
authorErik Pilkington <erik.pilkington@gmail.com>
Mon, 19 Mar 2018 15:18:23 +0000 (15:18 +0000)
committerErik Pilkington <erik.pilkington@gmail.com>
Mon, 19 Mar 2018 15:18:23 +0000 (15:18 +0000)
commitd767d0a7b459989985ddd95b2a6ad23db6be564f
tree78de3823d99b365f329f61c47753bab5eb65f54f
parentbf1689531ad184f59f662e5ec99557b984f1945c
[demangler] Recopy the demangler from libcxxabi.

Some significant work has gone into libcxxabi's copy of this file:
  - Uses an AST to represent mangled names.
  - Support/bugfixes for many C++ features.
  - Uses LLVM coding style.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Demangle/ItaniumDemangle.cpp