[PATCH] D89319: [ASTImporter] Fix crash caused by unimported type of FromatAttr

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 14 04:55:31 PDT 2020


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



More information about the cfe-commits mailing list