[all-commits] [llvm/llvm-project] 630356: Simplify MS mangling of bultin types (NFC) (#125051)

Momchil Velikov via All-commits all-commits at lists.llvm.org
Mon Feb 3 01:38:55 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6303563b40f9d7896f0d44380f397560143da26b
      https://github.com/llvm/llvm-project/commit/6303563b40f9d7896f0d44380f397560143da26b
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    M clang/lib/AST/MicrosoftMangle.cpp

  Log Message:
  -----------
  Simplify MS mangling of bultin types (NFC) (#125051)

Saves including 4 files, reduces the number of switch cases, less error
prone when adding new types,
at the "cost" of adding a` default:`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list