[PATCH] D79990: [clang-format] [PR45614] Incorrectly indents [[nodiscard]] attribute funtions after a macro without semicolon

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 15 05:13:24 PDT 2020


MyDeveloperDay added a comment.

In D79990#2038207 <https://reviews.llvm.org/D79990#2038207>, @Abpostelnicu wrote:

> @MyDeveloperDay thanks for the patch, I'm gonna run it agains mozilla to see if there is any fallout.


I wonder is there a documented way to run clang-format over the gekco sources? when I make a change to clang-format I like to run it over some real code not just the tests, as I know Mozilla is supposed to be completed formatted this might prove to be a better test than running it over LLVM itself (which is alas not 100% formatted)


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

https://reviews.llvm.org/D79990





More information about the cfe-commits mailing list