We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c882fab commit c6010c3Copy full SHA for c6010c3
clang-tools-extra/clang-tidy/objc/NSDateFormatterCheck.cpp
@@ -43,7 +43,8 @@ static bool isValidDatePattern(StringRef Pattern) {
43
44
// Checks if the string pattern used as a date format specifier contains
45
// any incorrect pattern and reports it as a warning.
46
-// See: https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns
+// See:
47
+// https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns
48
void NSDateFormatterCheck::check(const MatchFinder::MatchResult &Result) {
49
// Callback implementation.
50
const auto *StrExpr = Result.Nodes.getNodeAs<ObjCStringLiteral>("str_lit");
0 commit comments