summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/cxa_demangle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove lldb's custom copy of the C++ demangler, used only on MacJason Molenda2013-07-031-11036/+0
| | | | | | | | OS X. Testsuite shows no change in results using the system runtime's demangler. <rdar://problem/12029914> llvm-svn: 185510
* Merge rename fix from libcxxabi (r169402: rename class with name that ↵Daniel Malea2012-12-061-3/+3
| | | | | | clashes with GCC 4.6/4.7) llvm-svn: 169515
* <rdar://problem/12742973>Greg Clayton2012-12-031-30/+51
| | | | | | Forwarding a fix for a crasher in the demangler. llvm-svn: 169136
* Rename __lambda to __lambda_node (apply r164404 from libcxxabi)Daniel Malea2012-11-291-3/+3
| | | | | | | - fixes gcc 4.6 build problems - resolves open bugzilla http://llvm.org/bugs/show_bug.cgi?id=13889 llvm-svn: 168835
* Updated the demangler to take the fix for a crasher.Sean Callanan2012-09-141-0/+4
| | | | | | <rdar://problem/12293231> llvm-svn: 163864
* Added fix from Pawel Worach.Filipe Cabecinhas2012-08-071-1/+1
| | | | llvm-svn: 161420
* Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the ↵Johnny Chen2012-08-041-0/+11011
namespace to lldb_cxxabiv1 for the time being. Mangled.cpp is not wired in to call it yet. llvm-svn: 161293
OpenPOWER on IntegriCloud