clang-tools 22.0.0git
|
Classes | |
class | AvoidPragmaOnceCheck |
Finds uses of #pragma once and suggests replacing them with standard / include guards (#ifndef/#define/#endif) for improved portability. More... | |
class | PortabilityModule |
class | PragmaOnceCallbacks |
class | RestrictedIncludesPPCallbacks |
class | RestrictSystemIncludesCheck |
Checks for allowed includes and suggests removal of any others. More... | |
class | SIMDIntrinsicsCheck |
Find SIMD intrinsics calls and suggest std::experimental::simd alternatives. More... | |
class | StdAllocatorConstCheck |
Report use of std::vector<const T> (and similar containers of const / elements). More... | |
class | TemplateVirtualMemberFunctionCheck |
Upon instantiating a template class, non-virtual member functions don't have to be instantiated unless they are used. More... |
Functions | |
static ClangTidyModuleRegistry::Add< PortabilityModule > | X ("portability-module", "Adds portability-related checks.") |
static StringRef | trySuggestPpc (StringRef Name) |
static StringRef | trySuggestX86 (StringRef Name) |
|
static |
Definition at line 39 of file SIMDIntrinsicsCheck.cpp.
Referenced by clang::tidy::portability::SIMDIntrinsicsCheck::check().
|
static |
Definition at line 54 of file SIMDIntrinsicsCheck.cpp.
Referenced by clang::tidy::portability::SIMDIntrinsicsCheck::check().
|
static |