clang-tools 20.0.0git
|
Classes | |
class | PortabilityModule |
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... | |
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 41 of file SIMDIntrinsicsCheck.cpp.
References Name.
Referenced by clang::tidy::portability::SIMDIntrinsicsCheck::check().
|
static |
Definition at line 56 of file SIMDIntrinsicsCheck.cpp.
References Name.
Referenced by clang::tidy::portability::SIMDIntrinsicsCheck::check().
|
static |