clang-tools 22.0.0git
ArgumentCommentCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "llvm/Support/Regex.h"

Go to the source code of this file.

Classes

class  clang::tidy::bugprone::ArgumentCommentCheck

Namespaces

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

Functions

*that are placed right before the argument **code *void clang::tidy::bugprone::f (bool foo)
 Checks that argument comments match parameter names.
*** clang::tidy::bugprone::f (true)