[PATCH] D140956: [clang-format] Add an option for breaking after C++11 attributes

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 04:04:46 PST 2023


owenpan added a comment.

In D140956#4028147 <https://reviews.llvm.org/D140956#4028147>, @MyDeveloperDay wrote:

> If someone wants to extend this to include the old form, then that can be a completely different review.

Better yet, use another tool like clang-tidy to replace the old with the new.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140956/new/

https://reviews.llvm.org/D140956



More information about the cfe-commits mailing list