summaryrefslogtreecommitdiffstats
path: root/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+1
* do not register matcher for objc-only checks when analyzing non-objc sources ...Yan Zhang2018-03-071-0/+5
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-161-0/+47