clang-tools 22.0.0git
clang::tidy::hicpp::NoAssemblerCheck Class Reference

Find assembler statements. More...

#include <NoAssemblerCheck.h>

Inheritance diagram for clang::tidy::hicpp::NoAssemblerCheck:
[legend]

Public Member Functions

 NoAssemblerCheck (StringRef Name, ClangTidyContext *Context)
void registerMatchers (ast_matchers::MatchFinder *Finder) override
void check (const ast_matchers::MatchFinder::MatchResult &Result) override

Detailed Description

Find assembler statements.

No fix is offered.

For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/hicpp/no-assembler.html

Definition at line 20 of file NoAssemblerCheck.h.

Constructor & Destructor Documentation

◆ NoAssemblerCheck()

clang::tidy::hicpp::NoAssemblerCheck::NoAssemblerCheck ( StringRef Name,
ClangTidyContext * Context )
inline

Definition at line 22 of file NoAssemblerCheck.h.

Member Function Documentation

◆ check()

void clang::tidy::hicpp::NoAssemblerCheck::check ( const ast_matchers::MatchFinder::MatchResult & Result)
override

Definition at line 29 of file NoAssemblerCheck.cpp.

◆ registerMatchers()

void clang::tidy::hicpp::NoAssemblerCheck::registerMatchers ( ast_matchers::MatchFinder * Finder)
override

Definition at line 23 of file NoAssemblerCheck.cpp.


The documentation for this class was generated from the following files: