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

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 28 06:16:23 PST 2019


martong created this revision.
martong added reviewers: balazske, a_sidorin.
Herald added subscribers: cfe-commits, teemperor, gamesh411, Szelethus, dkrupp, rnkovacs.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.

Support functions with placeholder return types even in cases when the type is
declared in the body of the function.
Example: auto f() { struct X{}; return X(); }


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70819

Files:
  clang/lib/AST/ASTImporter.cpp
  clang/unittests/AST/ASTImporterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70819.231422.patch
Type: text/x-patch
Size: 10659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191128/9efe8ff5/attachment.bin>


More information about the cfe-commits mailing list