[all-commits] [llvm/llvm-project] e7bd43: [clang][ASTImporter] Add import of a few type rela...

Ding Fei via All-commits all-commits at lists.llvm.org
Thu Aug 31 17:00:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7bd43675753476e97e63aa13c13b3498407ed1c
      https://github.com/llvm/llvm-project/commit/e7bd43675753476e97e63aa13c13b3498407ed1c
  Author: dingfei <fding at feysh.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

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

  Log Message:
  -----------
  [clang][ASTImporter] Add import of a few type related nodes

Add import of type-related nodes:
  - bitIntType
  - constantMatrixType
  - dependentAddressSpaceType
  - dependentBitIntType
  - dependentSizedMatrixType
  - dependentVectorType
  - objcTypeParamDecl
  - objcTypeParamType
  - pipeType
  - vectorType

Reviewed By: balazske

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




More information about the All-commits mailing list