|
clang-tools 22.0.0git
|
#include "ConstCorrectnessCheck.h"#include "../utils/FixItHintUtils.h"#include "../utils/Matchers.h"#include "../utils/OptionsUtils.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/ASTMatchers/ASTMatchers.h"#include <cassert>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::misc |
Enumerations | |
| enum class | clang::tidy::misc::VariableCategory { clang::tidy::misc::Value , clang::tidy::misc::Reference , clang::tidy::misc::Pointer } |
| Classify for a variable in what the Const-Check is interested. More... | |