|
clang-tools 22.0.0git
|
#include "../ClangTidy.h"#include "../ClangTidyModule.h"#include "../ClangTidyModuleRegistry.h"#include "ExceptionEscapeCheck.h"#include "UseDefaultNoneCheck.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::openmp::OpenMPModule |
| This module is for OpenMP-specific checks. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::openmp |
Functions | |
| static ClangTidyModuleRegistry::Add< OpenMPModule > | clang::tidy::openmp::X ("openmp-module", "Adds OpenMP-specific checks.") |