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

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 08:03:38 PDT 2020


teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: clang/test/ASTMerge/attr/Inputs/FormatAttr.cpp:2
+int foo(const char * fmt, ...)
+__attribute__ ((__format__ (__scanf__, 1, 2)));
----------------
(Not sure if we care about that in tests, but that's technically not in LLVM code style)


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