[PATCH] D145617: [clang-tidy] Add readability-avoid-unconditional-preprocessor-if check
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 26 06:22:10 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG52296f5ed88b: [clang-tidy] Add readability-avoid-unconditional-preprocessor-if check (authored by PiotrZSL).
Changed prior to commit:
https://reviews.llvm.org/D145617?vs=508321&id=508408#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145617/new/
https://reviews.llvm.org/D145617
Files:
clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.h
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/readability/avoid-unconditional-preprocessor-if.rst
clang-tools-extra/test/clang-tidy/checkers/readability/avoid-unconditional-preprocessor-if.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145617.508408.patch
Type: text/x-patch
Size: 13396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230326/44971fe1/attachment-0001.bin>
More information about the cfe-commits
mailing list