Adds the NSDateFormatter checker to clang-tidy
authorRashmi Mudduluru <r_mudduluru@apple.com>
Tue, 2 Aug 2022 20:53:50 +0000 (13:53 -0700)
committerRashmi Mudduluru <r_mudduluru@apple.com>
Tue, 2 Aug 2022 20:57:44 +0000 (13:57 -0700)
commit95a92995d45fc6fada43ecd91eba3e7aea90487a
treecc390513c46c6641975727a76b6814e105f0045d
parent803386da2ff80f0a5e75d2baee6dfa79d9d8d26f
Adds the NSDateFormatter checker to clang-tidy

Differential Revision: https://reviews.llvm.org/D126097
clang-tools-extra/clang-tidy/objc/CMakeLists.txt
clang-tools-extra/clang-tidy/objc/NSDateFormatterCheck.cpp [new file with mode: 0644]
clang-tools-extra/clang-tidy/objc/NSDateFormatterCheck.h [new file with mode: 0644]
clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/objc/nsdate-formatter.rst [new file with mode: 0644]
clang-tools-extra/test/clang-tidy/checkers/objc/nsdate-formatter.m [new file with mode: 0644]