I have been unable to find a way to set formatting for C++ attribute
specifiers using clang format.

Here is an example of the desired output:

        [[deprecated("Reason for...")]]
        void foo();

I suspect this is simply a missing feature, at the moment.

I rely heavily on clang-format to enforce my style guide. Any help or
workaround would be greatly appreciated.

Thank you.

Jacques Nel
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to