Looks good.

================
Comment at: lib/Format/Format.cpp:111
@@ -109,2 +110,3 @@
   LLVMStyle.ObjCSpaceBeforeProtocolList = true;
+  LLVMStyle.ObjCSpaceBeforeReturnType = true;
   return LLVMStyle;
----------------
So this controls both, whether there is a space before the return type and 
whether there is a space after the return type. Could we have style guides 
requiring other combinations?


http://llvm-reviews.chandlerc.com/D280
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to