[all-commits] [llvm/llvm-project] 3ed40a: [clang-tidy] Fixed an issue in readability-identif...

Nathan James via All-commits all-commits at lists.llvm.org
Sat Mar 18 08:58:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ed40ac90ce8a91f0990fe2d847feb6663606f93
      https://github.com/llvm/llvm-project/commit/3ed40ac90ce8a91f0990fe2d847feb6663606f93
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2023-03-18 (Sat, 18 Mar 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-empty-options.cpp

  Log Message:
  -----------
  [clang-tidy] Fixed an issue in readability-identifier-naming not using options specified.

Fixed an issue where specifying empty strings for prefix or suffix would be ignored preventing using those to override a different style.

Fixes https://github.com/llvm/llvm-project/issues/56358.

Reviewed By: carlosgalvezp

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




More information about the All-commits mailing list