[PATCH] D107294: [clang-tidy] adds warning to suggest users replace symbols with words
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 4 18:11:00 PDT 2021
cjdb updated this revision to Diff 364307.
cjdb marked 5 inline comments as done.
cjdb edited the summary of this revision.
cjdb added a comment.
- renames check to 'readability-alternative-tokens'
- adds section in documentation about configurability
- adds support for C source
- corrects whitespace handling in fixits
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/AlternativeTokensCheck.cpp
clang-tools-extra/clang-tidy/readability/AlternativeTokensCheck.h
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/docs/clang-tidy/checks/readability-alternative-tokens.rst
clang-tools-extra/test/clang-tidy/checkers/readability-alternative-tokens-no-warn.c
clang-tools-extra/test/clang-tidy/checkers/readability-alternative-tokens.c
clang-tools-extra/test/clang-tidy/checkers/readability-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.364307.patch
Type: text/x-patch
Size: 25685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210805/80b5067b/attachment-0001.bin>
More information about the cfe-commits
mailing list