[PATCH] D10370: clang-format: Implement AlwaysBreakAfterDeclarationReturnType.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 21 09:36:51 PDT 2015


djasper added a comment.

Maintenance is not about writing 7 lines of code correctly, but ensuring that all these options work correctly and in combination with all other options and that options remain discoverable and well documented. So, please change this to using the one enum with 5 configuration values.


http://reviews.llvm.org/D10370





More information about the cfe-commits mailing list