Skip to content
Prev Previous commit
Next Next commit
Commit clang-format suggestion
  • Loading branch information
Endilll committed Feb 19, 2024
commit c0ee64f139f60f624c9f8829bad5a3622780d9a0
2 changes: 1 addition & 1 deletion clang/include/clang/Sema/Sema.h
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ class Sema final {
const ProcessDeclAttributeOptions &Options =
ProcessDeclAttributeOptions());
bool ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl,
const ParsedAttributesView &AttrList);
const ParsedAttributesView &AttrList);

void checkUnusedDeclAttributes(Declarator &D);

Expand Down