clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"
#include "clang/AST/ASTTypeTraits.h"
#include "clang/AST/Stmt.h"
#include <optional>
Go to the source code of this file.
Classes | |
class | clang::tidy::modernize::UseScopedLockCheck |
Finds uses of std::lock_guard and suggests replacing them with C++17's / alternative std::scoped_lock. More... |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::modernize |