[all-commits] [llvm/llvm-project] b17f29: [ASTImporter] Improved import of AlignedAttr.

Balázs Kéri via All-commits all-commits at lists.llvm.org
Fri Feb 28 00:43:03 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b17f29201089131bf97de21606097e963ca8614d
      https://github.com/llvm/llvm-project/commit/b17f29201089131bf97de21606097e963ca8614d
  Author: Balázs Kéri <1.int32 at gmail.com>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

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

  Log Message:
  -----------
  [ASTImporter] Improved import of AlignedAttr.

Summary:
It is not enough to clone the attributes at import.
They can contain reference to objects that should be imported.
This work is done now for AlignedAttr.

Reviewers: martong, a.sidorin, shafik

Reviewed By: shafik

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

Tags: #clang

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




More information about the All-commits mailing list