Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LLVM lib/Demangle 0cc19b564dd3a2b7ce51840d6...3a4c7cc56c07b2db #33

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

nico
Copy link
Owner

@nico nico commented Aug 4, 2024

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.)

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.)
@nico nico merged commit 3864b0b into main Aug 4, 2024
6 checks passed
@nico nico deleted the patch branch August 4, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant