[all-commits] [llvm/llvm-project] 20a056: [clang] Accept recursive non-dependent calls to fu...
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Fri Jan 5 04:15:04 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20a05677f9394d4bc9467fe7bc93a4ebd3aeda61
https://github.com/llvm/llvm-project/commit/20a05677f9394d4bc9467fe7bc93a4ebd3aeda61
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ComputeDependence.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCXX/deduced-return-type-cxx14.cpp
Log Message:
-----------
[clang] Accept recursive non-dependent calls to functions with deduced return type (#75456)
Treat such calls as dependent since it is much easier to implement.
Fixes https://github.com/llvm/llvm-project/issues/71015
More information about the All-commits
mailing list