[all-commits] [llvm/llvm-project] 25234f: [ASTImporter] Support functions with placeholder r...

Gabor Marton via All-commits all-commits at lists.llvm.org
Thu Dec 12 08:49:17 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 25234fd69e32e51bc800686075265f535d69d990
      https://github.com/llvm/llvm-project/commit/25234fd69e32e51bc800686075265f535d69d990
  Author: Gabor Marton <gabor.marton at ericsson.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M clang/lib/AST/ASTImporter.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/Language.cpp
    M clang/unittests/AST/Language.h
    M clang/unittests/AST/MatchVerifier.h

  Log Message:
  -----------
  [ASTImporter] Support functions with placeholder return types ...

Summary:
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(); }

Reviewers: balazske, a_sidorin, a.sidorin, shafik

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, teemperor, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70819




More information about the All-commits mailing list