[all-commits] [llvm/llvm-project] 341a30: [clang][ASTImporter] Update lookup table correctly...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Mon Dec 6 11:46:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 341a30a4ba4bdb537916986cbc0bac8b5b31d8f6
      https://github.com/llvm/llvm-project/commit/341a30a4ba4bdb537916986cbc0bac8b5b31d8f6
  Author: Balázs Kéri <1.int32 at gmail.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

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

  Log Message:
  -----------
  [clang][ASTImporter] Update lookup table correctly at deduction guides.

Declaration context of template parameters of a FunctionTemplateDecl
may be different for each one parameter if the template is a
deduction guide. This case is handled correctly after this change.

Reviewed By: martong

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




More information about the All-commits mailing list