[all-commits] [llvm/llvm-project] 53fce7: [clang-tidy] Fix `readability-uppercase-literal-su...

Victor Chernyakin via All-commits all-commits at lists.llvm.org
Wed Sep 3 08:01:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53fce759fb35f2a162bc7bcc1e56911643b0e7a8
      https://github.com/llvm/llvm-project/commit/53fce759fb35f2a162bc7bcc1e56911643b0e7a8
  Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
  Date:   2025-09-03 (Wed, 03 Sep 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cert/uppercase-literal-suffix-integer.cpp

  Log Message:
  -----------
  [clang-tidy] Fix `readability-uppercase-literal-suffix` warning with hex literals (#156584)

This is a regression I introduced in #148275 and was [noticed
by](https://github.com/llvm/llvm-project/pull/148275#issuecomment-3246670841)
nettle. The check incorrectly fires on hex literals containing the
letter `b`.

(I felt a revert was unnecessary in this case. Maybe others disagree?)



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