[all-commits] [llvm/llvm-project] 0cd44f: [Clang][AST][NFC] Move template argument dependenc...

Krystian Stasiowski via All-commits all-commits at lists.llvm.org
Tue Apr 2 08:14:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cd44ff15990799759721e8ec5e6402b7916e464
      https://github.com/llvm/llvm-project/commit/0cd44ff15990799759721e8ec5e6402b7916e464
  Author: Krystian Stasiowski <sdkrystian at gmail.com>
  Date:   2024-04-02 (Tue, 02 Apr 2024)

  Changed paths:
    M clang/include/clang/AST/Expr.h
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Expr.cpp

  Log Message:
  -----------
  [Clang][AST][NFC] Move template argument dependence computations for MemberExpr to computeDependence (#86682)

(This patch depends on #86678)

Pretty straightforward change, addresses the FIXME's in
`computeDependence(MemberExpr*)` and `MemberExpr::Create` by moving the
template argument dependence computations to `computeDependence`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list