Skip to content

Commit dfc517b

Browse files
committed
revert changes in ASTKinds.td file
1 parent 08d15e3 commit dfc517b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticASTKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,4 +1041,4 @@ def warn_unpacked_field
10411041
def warn_unaligned_access : Warning<
10421042
"field %1 within %0 is less aligned than %2 and is usually due to %0 being "
10431043
"packed, which can lead to unaligned accesses">, InGroup<UnalignedAccess>, DefaultIgnore;
1044-
}
1044+
}

0 commit comments

Comments
 (0)