[all-commits] [llvm/llvm-project] ee0b4d: [clang-tidy] Ignore user-defined literals in googl...

Félix-Antoine Constantin via All-commits all-commits at lists.llvm.org
Mon Jan 22 15:14:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee0b4d9681047f77d1f7bf53dc185fe140700464
      https://github.com/llvm/llvm-project/commit/ee0b4d9681047f77d1f7bf53dc185fe140700464
  Author: Félix-Antoine Constantin <60141446+felix642 at users.noreply.github.com>
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/google/runtime-int.cpp

  Log Message:
  -----------
  [clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)

User-defined literals do not accept u?intXX(_t)? variables. So the check
should not emit a warning.

Fixes #54546 #25214




More information about the All-commits mailing list