Format
Created using spr 1.3.6-beta.1
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index f373708..c252a8c 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -8032,7 +8032,8 @@
case ParsedAttr::AT_PointerFieldProtection:
if (!S.getLangOpts().PointerFieldProtectionAttr)
- S.Diag(AL.getLoc(), diag::err_attribute_pointer_field_protection_experimental)
+ S.Diag(AL.getLoc(),
+ diag::err_attribute_pointer_field_protection_experimental)
<< AL << AL.isRegularKeywordAttribute() << D->getLocation();
handleSimpleAttribute<PointerFieldProtectionAttr>(S, D, AL);
break;