[all-commits] [llvm/llvm-project] 44f792: [Demangle] Support demangling Swift calling conven...

Varun Gandhi via All-commits all-commits at lists.llvm.org
Wed Jan 27 13:25:17 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44f792966e0f2935ea9e0ce96a4f35e01bfe6b61
      https://github.com/llvm/llvm-project/commit/44f792966e0f2935ea9e0ce96a4f35e01bfe6b61
  Author: Varun Gandhi <varun_gandhi at apple.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

  Changed paths:
    M clang/lib/AST/MicrosoftMangle.cpp
    M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
    M llvm/lib/Demangle/MicrosoftDemangle.cpp
    M llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
    M llvm/test/Demangle/ms-mangle.test

  Log Message:
  -----------
  [Demangle] Support demangling Swift calling convention in MS demangler.

Previously, Clang was able to mangle the Swift calling
convention but 'MicrosoftDemangle.cpp' was not able to demangle it.

Reviewed By: compnerd, rnk

Differential Revision: https://reviews.llvm.org/D95053




More information about the All-commits mailing list