-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LLVM lib/Demangle 0cc19b564dd3a2b7ce51840d6...3a4c7cc56c07b2db
Ran: cp ~/src/llvm-project/llvm/include/llvm/Demangle/*.{h,def} third_party/llvm/include/llvm/Demangle/ cp ~/src/llvm-project/llvm/lib/Demangle/*.cpp third_party/llvm/lib/Demangle/ cp ~/src/llvm-project/llvm/LICENSE.TXT third_party/llvm/LICENSE.txt New: * Two demangling fixes for non-type template parameters in the Microsoft ABI * Demangling for built-in type transformations in the Itanium ABI * Demangling rules for C++20 concepts and requires-expressions in the Itanium ABI * Demangle explicitly named object parameters in the Itanium ABI (...and some minor tweaks.)
- Loading branch information
Showing
9 changed files
with
634 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.