[all-commits] [llvm/llvm-project] 95a929: Adds the NSDateFormatter checker to clang-tidy
Rashmi Mudduluru via All-commits
all-commits at lists.llvm.org
Tue Aug 2 13:58:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95a92995d45fc6fada43ecd91eba3e7aea90487a
https://github.com/llvm/llvm-project/commit/95a92995d45fc6fada43ecd91eba3e7aea90487a
Author: Rashmi Mudduluru <r_mudduluru at apple.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
A clang-tools-extra/clang-tidy/objc/NSDateFormatterCheck.cpp
A clang-tools-extra/clang-tidy/objc/NSDateFormatterCheck.h
M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
M clang-tools-extra/docs/clang-tidy/checks/list.rst
A clang-tools-extra/docs/clang-tidy/checks/objc/nsdate-formatter.rst
A clang-tools-extra/test/clang-tidy/checkers/objc/nsdate-formatter.m
Log Message:
-----------
Adds the NSDateFormatter checker to clang-tidy
Differential Revision: https://reviews.llvm.org/D126097
More information about the All-commits
mailing list