clang-tools 19.0.0git
Classes | Namespaces | Functions
LLVMLibcTidyModule.cpp File Reference
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "CalleeNamespaceCheck.h"
#include "ImplementationInNamespaceCheck.h"
#include "InlineFunctionDeclCheck.h"
#include "RestrictSystemLibcHeadersCheck.h"

Go to the source code of this file.

Classes

class  clang::tidy::llvm_libc::LLVMLibcModule
 

Namespaces

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

Functions

static ClangTidyModuleRegistry::Add< LLVMLibcModule > clang::tidy::llvm_libc::X ("llvmlibc-module", "Adds LLVM libc standards checks.")