[clang] [Clang][Diagnostics] Update select uses in DiagnosticXKinds.td to use enum_select (PR #130868)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 06:13:49 PDT 2025


================
@@ -1041,4 +1042,4 @@ def warn_unpacked_field
 def warn_unaligned_access : Warning<
   "field %1 within %0 is less aligned than %2 and is usually due to %0 being "
   "packed, which can lead to unaligned accesses">, InGroup<UnalignedAccess>, DefaultIgnore;
-}
+}
----------------
erichkeane wrote:

We still need the newline.

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


More information about the cfe-commits mailing list