Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lldb's custom copy of the C++ demangler, used only on Mac | Jason Molenda | 2013-07-03 | 1 | -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 Malea | 2012-12-06 | 1 | -3/+3 |
| | | | | | | clashes with GCC 4.6/4.7) llvm-svn: 169515 | ||||
* | <rdar://problem/12742973> | Greg Clayton | 2012-12-03 | 1 | -30/+51 |
| | | | | | | Forwarding a fix for a crasher in the demangler. llvm-svn: 169136 | ||||
* | Rename __lambda to __lambda_node (apply r164404 from libcxxabi) | Daniel Malea | 2012-11-29 | 1 | -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 Callanan | 2012-09-14 | 1 | -0/+4 |
| | | | | | | <rdar://problem/12293231> llvm-svn: 163864 | ||||
* | Added fix from Pawel Worach. | Filipe Cabecinhas | 2012-08-07 | 1 | -1/+1 |
| | | | | llvm-svn: 161420 | ||||
* | Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the ↵ | Johnny Chen | 2012-08-04 | 1 | -0/+11011 |
namespace to lldb_cxxabiv1 for the time being. Mangled.cpp is not wired in to call it yet. llvm-svn: 161293 |