| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix a few warnings and style issues in MS demangler. | Zachary Turner | 2018-07-20 | 1 | -17/+24 | |
| | | | | | | | Also remove a broken test case. llvm-svn: 337591 | |||||
| * | Add a Microsoft Demangler. | Zachary Turner | 2018-07-20 | 1 | -0/+1533 | |
| This adds initial support for a demangling library (LLVMDemangle) and tool (llvm-undname) for demangling Microsoft names. This doesn't cover 100% of cases and there are some known limitations which I intend to address in followup patches, at least until such time that we have (near) 100% test coverage matching up with all of the test cases in clang/test/CodeGenCXX/mangle-ms-*. Differential Revision: https://reviews.llvm.org/D49552 llvm-svn: 337584 | ||||||

