[PATCH] D107294: [clang-tidy] adds warning to suggest users replace symbols with words

Christopher Di Bella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 00:18:15 PDT 2021


cjdb updated this revision to Diff 363638.
cjdb retitled this revision from "[clang] adds warning to suggest users replace symbols with alt tokens" to "[clang-tidy] adds warning to suggest users replace symbols with words".
cjdb edited the summary of this revision.
cjdb added a comment.
Herald added subscribers: llvm-commits, xazax.hun, mgorny.
Herald added projects: LLVM, clang-tools-extra.

moves patch from Clang to clang-tidy


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107294

Files:
  clang-tools-extra/clang-tidy/readability/CMakeLists.txt
  clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tools-extra/clang-tidy/readability/UseAlternativeTokensCheck.cpp
  clang-tools-extra/clang-tidy/readability/UseAlternativeTokensCheck.h
  clang-tools-extra/docs/clang-tidy/checks/readability-use-alternative-tokens.rst
  clang-tools-extra/test/clang-tidy/checkers/readability-use-alternative-tokens.cpp
  llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107294.363638.patch
Type: text/x-patch
Size: 13662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210803/c8059ec5/attachment-0001.bin>


More information about the llvm-commits mailing list