[all-commits] [llvm/llvm-project] 4de971: [clang][ASTImporter] import InstantiatedFromMember...

Qizhi Hu via All-commits all-commits at lists.llvm.org
Thu Jan 4 05:22:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4de971c230e8202cfd54d4d6c36719db628d35ce
      https://github.com/llvm/llvm-project/commit/4de971c230e8202cfd54d4d6c36719db628d35ce
  Author: Qizhi Hu <836744285 at qq.com>
  Date:   2024-01-04 (Thu, 04 Jan 2024)

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

  Log Message:
  -----------
  [clang][ASTImporter] import InstantiatedFromMember of ClassTemplateSpecializationDecl (#76493)

import of `ClassTemplateSpecializationDecl` didn't set
`InstantiatedFromMember` and this makes ast-dump crash. import and set
`InstantiatedFromMember`. fix
[issue](https://github.com/llvm/llvm-project/issues/76469)

Co-authored-by: huqizhi <836744285 at qq.com>




More information about the All-commits mailing list