[all-commits] [llvm/llvm-project] 5a76e1: [Utils][vim] Match hexadecimal constants with u or...

Jim Lin via All-commits all-commits at lists.llvm.org
Sun Oct 12 18:40:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a76e14b04577232eef0fb4856c505fc6f571551
      https://github.com/llvm/llvm-project/commit/5a76e14b04577232eef0fb4856c505fc6f571551
  Author: Jim Lin <jim at andestech.com>
  Date:   2025-10-13 (Mon, 13 Oct 2025)

  Changed paths:
    M llvm/utils/vim/syntax/llvm.vim

  Log Message:
  -----------
  [Utils][vim] Match hexadecimal constants with u or s prefixes (#162613)

We can add 's' or 'u' before the hexadecimal constants to denote its
signedness.

See https://llvm.org/docs/LangRef.html#simple-constants for reference.



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