Index: clang-tools-extra/trunk/docs/ReleaseNotes.rst =================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst @@ -99,7 +99,7 @@ - The 'misc-string-constructor' check was renamed to `bugprone-string-constructor `_ -- New `google-avoid-throwing-objc-exception +- New `google-objc-avoid-throwing-exception `_ check Add new check to detect throwing exceptions in Objective-C code, which should be avoided.