clang-tools 20.0.0git
|
#include "../ClangTidyCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::bugprone::IncDecInConditionsCheck |
Detects when a variable is both incremented/decremented and referenced inside a complex condition and suggests moving them outside to avoid ambiguity in the variable's value. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::bugprone |