clang-tools 22.0.0git
|
Finds usages of long double and suggests against their use due to lack of portability. More...
#include <FloatTypesCheck.h>
Public Member Functions | |
RuntimeFloatCheck (StringRef Name, ClangTidyContext *Context) | |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
Finds usages of long double and suggests against their use due to lack of portability.
For the user-facing documentation see: http://clang.llvm.org/extra/clang-tidy/checks/google/runtime-float.html
Definition at line 21 of file FloatTypesCheck.h.
|
inline |
Definition at line 23 of file FloatTypesCheck.h.
|
override |
Definition at line 61 of file FloatTypesCheck.cpp.
|
inlineoverride |
Definition at line 27 of file FloatTypesCheck.h.
|
override |
Definition at line 51 of file FloatTypesCheck.cpp.