clang-tools 22.0.0git
|
Finds deprecated uses of absl::Duration arithmetic operators and factories. More...
#include <UpgradeDurationConversionsCheck.h>
Public Member Functions | |
UpgradeDurationConversionsCheck (StringRef Name, ClangTidyContext *Context) | |
bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
Finds deprecated uses of absl::Duration arithmetic operators and factories.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/abseil/upgrade-duration-conversions.html
Definition at line 24 of file UpgradeDurationConversionsCheck.h.
|
inline |
Definition at line 26 of file UpgradeDurationConversionsCheck.h.
|
override |
Definition at line 114 of file UpgradeDurationConversionsCheck.cpp.
|
inlineoverride |
Definition at line 28 of file UpgradeDurationConversionsCheck.h.
|
override |
Definition at line 19 of file UpgradeDurationConversionsCheck.cpp.