diff options
author | Piotr Zegar <piotr.zegar@nokia.com> | 2023-03-26 13:18:47 +0000 |
---|---|---|
committer | Piotr Zegar <me@piotrzegar.pl> | 2023-03-26 13:20:14 +0000 |
commit | 52296f5ed88b20af29cac517e349b221ed84cc2a (patch) | |
tree | 860fbfee1e10241fb751e389fb4a45444936d490 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 3245bcdd17dcf17388d13762ee175a47795b1692 (diff) | |
download | llvm-52296f5ed88b20af29cac517e349b221ed84cc2a.zip llvm-52296f5ed88b20af29cac517e349b221ed84cc2a.tar.gz llvm-52296f5ed88b20af29cac517e349b221ed84cc2a.tar.bz2 |
[clang-tidy] Add readability-avoid-unconditional-preprocessor-if check
Check flags always enabled or disabled code blocks in preprocessor '#if'
conditions, such as '#if 0' and '#if 1' etc.
Reviewed By: carlosgalvezp
Differential Revision: https://reviews.llvm.org/D145617
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions