[all-commits] [llvm/llvm-project] d1751d: PR47175: Ensure type-dependent function-style cast...

Richard Smith via All-commits all-commits at lists.llvm.org
Thu Oct 8 17:02:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d1751d14a6b2787974a4d203be2b554de9fa613c
      https://github.com/llvm/llvm-project/commit/d1751d14a6b2787974a4d203be2b554de9fa613c
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M clang/include/clang/AST/ExprCXX.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp

  Log Message:
  -----------
  PR47175: Ensure type-dependent function-style casts have dependent
types.

Previously, a type-dependent cast to a deduced class template
specialization type would end up with a non-dependent class template
specialization type, leading to confusion downstream.




More information about the All-commits mailing list