[all-commits] [llvm/llvm-project] 5e3559: [clang][ASTImporter] Fix import of variable templa...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Mon Jan 15 03:38:13 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e355942cd8e5826394cdeceb140fb6d0a1f9561
      https://github.com/llvm/llvm-project/commit/5e355942cd8e5826394cdeceb140fb6d0a1f9561
  Author: Balázs Kéri <balazs.keri at ericsson.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

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

  Log Message:
  -----------
  [clang][ASTImporter] Fix import of variable template redeclarations. (#72841)

In some cases variable templates (specially if static member of record)
were not correctly imported and an assertion "Missing call to
MapImported?" could happen.




More information about the All-commits mailing list