[all-commits] [llvm/llvm-project] 87a325: [clang-tidy] Reserved-identifier: Improved Allowed...

FĂ©lix-Antoine Constantin via All-commits all-commits at lists.llvm.org
Mon Jun 19 00:23:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87a3253a394ddf3a799b452df5d290fea2473fe2
      https://github.com/llvm/llvm-project/commit/87a3253a394ddf3a799b452df5d290fea2473fe2
  Author: Felix <felix-antoine.constantin at polymtl.ca>
  Date:   2023-06-19 (Mon, 19 Jun 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone/reserved-identifier.rst
    M clang-tools-extra/test/clang-tidy/checkers/bugprone/reserved-identifier-invert.cpp

  Log Message:
  -----------
  [clang-tidy] Reserved-identifier: Improved AllowedIdentifiers option to support regular expressions

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

Reviewed By: PiotrZSL

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




More information about the All-commits mailing list