Checks all calls resolve to functions within __llvm_libc namespace.
More...
#include <CalleeNamespaceCheck.h>
Checks all calls resolve to functions within __llvm_libc namespace.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/llvmlibc/callee-namespace.html
Definition at line 20 of file CalleeNamespaceCheck.h.
◆ CalleeNamespaceCheck()
clang::tidy::llvm_libc::CalleeNamespaceCheck::CalleeNamespaceCheck |
( |
StringRef | Name, |
|
|
ClangTidyContext * | Context ) |
|
inline |
◆ check()
void clang::tidy::llvm_libc::CalleeNamespaceCheck::check |
( |
const ast_matchers::MatchFinder::MatchResult & | Result | ) |
|
|
override |
◆ isLanguageVersionSupported()
bool clang::tidy::llvm_libc::CalleeNamespaceCheck::isLanguageVersionSupported |
( |
const LangOptions & | LangOpts | ) |
const |
|
inlineoverride |
◆ registerMatchers()
void clang::tidy::llvm_libc::CalleeNamespaceCheck::registerMatchers |
( |
ast_matchers::MatchFinder * | Finder | ) |
|
|
override |
The documentation for this class was generated from the following files: