Author: Stephane Moore
Date: 2022-11-30T16:44:45-08:00
New Revision: 6c2140943cbe257c85f7121349c5bca950a26e0d
URL:
https://github.com/llvm/llvm-project/commit/6c2140943cbe257c85f7121349c5bca950a26e0d
DIFF:
https://github.com/llvm/llvm-project/commit/6c2140943cbe257c85f7121349c5bca950a26e0d.diff
Author: stephanemoore
Date: Tue Oct 1 14:18:40 2019
New Revision: 373392
URL: http://llvm.org/viewvc/llvm-project?rev=373392&view=rev
Log:
[clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock
Summary:
OSSpinLock* are Apple/Darwin functions, but were previously located with ObjC
Author: stephanemoore
Date: Thu Sep 26 16:04:59 2019
New Revision: 373028
URL: http://llvm.org/viewvc/llvm-project?rev=373028&view=rev
Log:
[clang-tidy] New check to warn when storing dispatch_once_t in non-static,
non-global storage
Summary:
Creates a new darwin ClangTidy module and adds the
d
Author: stephanemoore
Date: Fri May 31 16:41:15 2019
New Revision: 362279
URL: http://llvm.org/viewvc/llvm-project?rev=362279&view=rev
Log:
Revise the google-objc-global-variable-declaration check to match the style
guide.
Summary:
Revise the google-objc-global-variable-declaration check to matc
Author: stephanemoore
Date: Tue May 28 18:36:23 2019
New Revision: 361907
URL: http://llvm.org/viewvc/llvm-project?rev=361907&view=rev
Log:
Revise the google-objc-global-variable-declaration check to match the style
guide.
Summary:
Revise the google-objc-global-variable-declaration check to matc
I was uncertain whether or not this change required new tests. A previous
change which disabled this check in languages other than C++ did not
include additional tests:
https://github.com/llvm/llvm-project/commit/ec3e5d6fd87862eb77a2b0320d79b9a4427d39df#diff-a491be84e1b831aeaea56c39b5eb898c
If the
Author: stephanemoore
Date: Tue Jan 22 18:58:59 2019
New Revision: 351922
URL: http://llvm.org/viewvc/llvm-project?rev=351922&view=rev
Log:
Revert rCTE351921 to fix documentation geneeration.
Original review: https://reviews.llvm.org/D56945
Modified:
clang-tools-extra/trunk/clang-tidy/objc/P
Author: stephanemoore
Date: Thu Nov 15 14:38:39 2018
New Revision: 347000
URL: http://llvm.org/viewvc/llvm-project?rev=347000&view=rev
Log:
[clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h
Modified:
clang-tools-extra/trunk/clang-tidy/objc/AvoidNSErrorInitCheck.h
Modif
stephanemoore added a subscriber: stephanemoore.
stephanemoore added a comment.
I hope that it's not presumptuous of me to inquire but I was wondering if the
intent of this patch is to optimize calls to RR methods (and alloc) in non-ARC
code? Would I be correct in assuming that clang will alread