clang-tools 22.0.0git
DispatchOnceNonstaticCheck.h File Reference

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