[all-commits] [llvm/llvm-project] c1fb23: [clang][ASTImporter] Fix import of VarDecl regardi...

Balazs Benics via All-commits all-commits at lists.llvm.org
Thu Mar 18 05:07:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1fb23c1aadd22e736c4a1c36c146bbfbc48f959
      https://github.com/llvm/llvm-project/commit/c1fb23c1aadd22e736c4a1c36c146bbfbc48f959
  Author: Balazs Benics <balazsbenics at sigmatechnology.se>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

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

  Log Message:
  -----------
  [clang][ASTImporter] Fix import of VarDecl regarding thread local storage spec

After the import, we did not copy the `TSCSpec`.
This commit resolves that.

Reviewed By: balazske

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




More information about the All-commits mailing list