https://bugs.llvm.org/show_bug.cgi?id=52015
A newline should be place between attribute and @ for objectivec
__attribute__((objc_subclassing_restricted)) @interface Foo @end
at present it formats as
__attribute__((objc_subclassing_restricted)) @interface Foo @end