[all-commits] [llvm/llvm-project] 312f83: [Clang] Fix dependency computation for pack indexi...
cor3ntin via All-commits
all-commits at lists.llvm.org
Tue May 14 06:37:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 312f83f0e0672118a6d82d4b4d3568e9c812086d
https://github.com/llvm/llvm-project/commit/312f83f0e0672118a6d82d4b4d3568e9c812086d
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M clang/lib/AST/ComputeDependence.cpp
M clang/lib/Sema/SemaType.cpp
M clang/test/SemaCXX/cxx2c-pack-indexing.cpp
Log Message:
-----------
[Clang] Fix dependency computation for pack indexing expression (#91933)
Given `foo...[idx]` if idx is value dependent, the expression is type
dependent.
Fixes #91885
Fixes #91884
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