[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
Wed Jan 4 20:55:22 PST 2023


owenpan added a comment.

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

> Should we care about other forms of attributes like `__stdcall` etc..? I personally don't, just I assume from the tests this isn't covered (maybe just add that limitation to the doc if it is indeed a limitation)

This option only handles C++11 attributes as mentioned in the summary. I've updated the doc to make it clear.


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

https://reviews.llvm.org/D140956



More information about the cfe-commits mailing list