[PATCH] D40058: add check to avoid throwing objc exception according to Google Objective-C guide
Ben Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 14:35:05 PST 2017
benhamilton added inline comments.
================
Comment at: clang-tidy/google/AvoidThrowingObjcExceptionCheck.h:1
+//===--- AvoidThrowingObjCExceptionCheck.h - clang-tidy----------*- C++ -*-===//
+//
----------------
benhamilton wrote:
> Don't forget to rename the file to AvoidThrowingObjcExceptionCheck.h.
>
Oops! I mean, rename the file to AvoidThrowingObjCExceptionCheck.h. :)
https://reviews.llvm.org/D40058
More information about the cfe-commits
mailing list