[all-commits] [llvm/llvm-project] e95366: [ASTImporter] Fields are imported first and reorde...

Ding Fei via All-commits all-commits at lists.llvm.org
Tue Jul 18 02:08:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9536698720ec524cc8b72599363622bc1a31558
      https://github.com/llvm/llvm-project/commit/e9536698720ec524cc8b72599363622bc1a31558
  Author: dingfei <fding at feysh.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

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

  Log Message:
  -----------
  [ASTImporter] Fields are imported first and reordered for correct layout

Fields are imported first and reordered for correct layout.
For partially imported record, layout computation is incorrect.

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




More information about the All-commits mailing list