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

Go to the source code of this file.

Classes

class  clang::tidy::openmp::UseDefaultNoneCheck
 Finds OpenMP directives that are allowed to contain a default clause, but either don't specify it or the clause is specified but with the kind other than none, and suggests to use the default(none) clause. More...
 

Namespaces

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