[flang-commits] [clang] [flang] Fix more diagnostic wording for style; NFC (PR #93190)

Aaron Ballman via flang-commits flang-commits at lists.llvm.org
Thu May 23 09:15:06 PDT 2024


================
@@ -4526,7 +4526,7 @@ def err_objc_attr_typedef_not_void_pointer : Error<
 def err_objc_cf_bridged_not_interface : Error<
   "CF object of type %0 is bridged to %1, which is not an Objective-C class">;
 def err_objc_ns_bridged_invalid_cfobject : Error<
-  "ObjectiveC object of type %0 is bridged to %1, which is not valid CF object">;
+  "Objective-C object of type %0 is bridged to %1, which is not valid CF object">;
----------------
AaronBallman wrote:

Good catch, I've fixed it up

https://github.com/llvm/llvm-project/pull/93190


More information about the flang-commits mailing list