martong added a comment.

Thanks for the review!



================
Comment at: clang/test/ASTMerge/attr/Inputs/FormatAttr.cpp:2
+int foo(const char * fmt, ...)
+__attribute__ ((__format__ (__scanf__, 1, 2)));
----------------
teemperor wrote:
> (Not sure if we care about that in tests, but that's technically not in LLVM 
> code style)
Yeah, actually clang-format indicated this as well, so just now I changed the 
code to the clang-formatted one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89319

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to