[all-commits] [llvm/llvm-project] 98f6cb: [ASTImporter] Import member specialization/instant...

Gabor Marton via All-commits all-commits at lists.llvm.org
Tue Mar 30 02:58:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98f6cbd68eba04764f318d467abb10feca713776
      https://github.com/llvm/llvm-project/commit/98f6cbd68eba04764f318d467abb10feca713776
  Author: Gabor Marton <gabor.marton at ericsson.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

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

  Log Message:
  -----------
  [ASTImporter] Import member specialization/instantiation of enum decls

We do the import of the member enum specialization similarly to as we do
with member CXXRecordDecl specialization.

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




More information about the All-commits mailing list