[PATCH] D86782: [clang-format] Allow configuring list of macros that map to attributes

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 07:53:03 PDT 2020


arichardson added a comment.

In D86782#2249408 <https://reviews.llvm.org/D86782#2249408>, @jrtc27 wrote:

> The documentation currently shows `__capability` being included, but from looking at this patch does the configuration file not append (which I think makes sense, at least for `__capability`) rather than replace?

I just wrote a test to check what clang-format does and it appears it's neither: D86941 <https://reviews.llvm.org/D86941>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86782



More information about the cfe-commits mailing list