|
clang-tools 22.0.0git
|
Warns if XCTAssertEqual() or XCTAssertNotEqual() is used with at least one operands of type NSString*. More...
#include <AssertEqualsCheck.h>
Public Member Functions | |
| AssertEqualsCheck (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 |
Warns if XCTAssertEqual() or XCTAssertNotEqual() is used with at least one operands of type NSString*.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/objc/assert-equals.html
Definition at line 22 of file AssertEqualsCheck.h.
|
inline |
Definition at line 24 of file AssertEqualsCheck.h.
|
override |
Definition at line 38 of file AssertEqualsCheck.cpp.
References clang::tidy::objc::NameMap.
|
inlineoverride |
Definition at line 26 of file AssertEqualsCheck.h.
|
override |
Definition at line 24 of file AssertEqualsCheck.cpp.
References clang::tidy::objc::NameMap.