[PATCH] D90832: [clang-tidy] Extend IdentifierNamingCheck per file config

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 5 11:51:28 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b9b90a1914f: [clang-tidy] Extend IdentifierNamingCheck per file config (authored by njames93).

Changed prior to commit:
  https://reviews.llvm.org/D90832?vs=303198&id=303214#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90832/new/

https://reviews.llvm.org/D90832

Files:
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
  clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/.clang-tidy
  clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/header.h
  clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/.clang-tidy
  clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/header.h
  clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/.clang-tidy
  clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/header.h
  clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-multiple-styles.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90832.303214.patch
Type: text/x-patch
Size: 16066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201105/f5759142/attachment-0001.bin>


More information about the cfe-commits mailing list