[PATCH] D70819: [ASTImporter] Support functions with placeholder return types ...

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 7 04:34:26 PST 2019


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

LGTM, thanks!
Let's wait for Shafik's comments before committing this.



================
Comment at: clang/lib/AST/ASTImporter.cpp:48
 #include "clang/Basic/Builtins.h"
+#include "clang/Basic/DiagnosticSema.h"
 #include "clang/Basic/ExceptionSpecificationType.h"
----------------
Do we use this new include?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70819





More information about the cfe-commits mailing list