We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f1be8 commit 1d9b472Copy full SHA for 1d9b472
clang/include/clang/Basic/DiagnosticASTKinds.td
@@ -1042,4 +1042,4 @@ def warn_unpacked_field
1042
def warn_unaligned_access : Warning<
1043
"field %1 within %0 is less aligned than %2 and is usually due to %0 being "
1044
"packed, which can lead to unaligned accesses">, InGroup<UnalignedAccess>, DefaultIgnore;
1045
-}
+}
0 commit comments