clang-tools 22.0.0git
AvoidUnconditionalPreprocessorIfCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::readability::AvoidUnconditionalPreprocessorIfCheck
 Finds code blocks that are constantly enabled or disabled in preprocessor directives by analyzing #if conditions, such as #if 0 and #if 1, etc. More...

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::readability