clang-tools 19.0.0git
Classes | Namespaces
DispatchOnceNonstaticCheck.h File Reference
#include "../ClangTidyCheck.h"

Go to the source code of this file.

Classes

class  clang::tidy::darwin::DispatchOnceNonstaticCheck
 Finds variables of type dispatch_once_t that do not have static or global storage duration, as required by the libdispatch documentation. More...
 

Namespaces

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