[all-commits] [llvm/llvm-project] 70eb2c: [ASTImporter] Support import of CXXDeductionGuideDecl

Gabor Marton via All-commits all-commits at lists.llvm.org
Mon Nov 30 09:00:25 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70eb2ce395be1fe39ceede6719aa667658d1e5a3
      https://github.com/llvm/llvm-project/commit/70eb2ce395be1fe39ceede6719aa667658d1e5a3
  Author: Gabor Marton <gabor.marton at ericsson.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

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

  Log Message:
  -----------
  [ASTImporter] Support import of CXXDeductionGuideDecl

CXXDeductionGuideDecl is a FunctionDecl, but its constructor should be called
appropriately, at least to set the kind variable properly.

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




More information about the All-commits mailing list