summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/demangle/Utility.h
Commit message (Collapse)AuthorAgeFilesLines
* [demangle] Copy back some NFC commits from LLVMErik Pilkington2020-01-091-4/+4
|
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington2019-01-171-6/+8
| | | | | | | | | | | | | | With this patch, the copies of the files ItaniumDemangle.h, StringView.h, and Utility.h are kept byte-for-byte in sync between libcxxabi and llvm. All differences (namespaces, fallthrough, and unreachable macros) are defined in each copies' DemanglerConfig.h. This patch also adds a script to copy changes from libcxxabi (cp-to-llvm.sh), and a README.txt explaining the situation. Differential revision: https://reviews.llvm.org/D53538 llvm-svn: 351474
* Port LLVM r346606 to libcxxabi.Nico Weber2018-11-111-2/+2
| | | | llvm-svn: 346607
* Merge Demangle change in r342330 to libcxxabi.Nico Weber2018-09-151-16/+15
| | | | | | Differential Revision: https://reviews.llvm.org/D52104 llvm-svn: 342331
* [demangler] call terminate() if allocation failedErik Pilkington2018-07-231-0/+4
| | | | | | | | | | We really should set *status to memory_alloc_failure, but we need to refactor the demangler a bit to properly propagate the failure up the stack. Until then, its better to explicitly terminate then rely on a null dereference crash. rdar://31240372 llvm-svn: 337759
* Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner2018-07-201-0/+187
ItaniumDemangle had a small NFC refactor to make some of its code reusable by the newly added Microsoft demangler. To keep the libcxxabi demangler as close as possible to the master copy this refactor is being merged over. Differential Revision: https://reviews.llvm.org/D49575 llvm-svn: 337582
OpenPOWER on IntegriCloud