[all-commits] [llvm/llvm-project] 7ac308: PR52073: Fix equivalence computation for lambda-ex...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Oct 8 13:54:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ac308fb8f283249b89851702aa07f3ed9ac86d4
https://github.com/llvm/llvm-project/commit/7ac308fb8f283249b89851702aa07f3ed9ac86d4
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/www/cxx_status.html
Log Message:
-----------
PR52073: Fix equivalence computation for lambda-expressions.
Distinct lambda expressions are always considered non-equivalent, so two
token-for-token identical function declarations whose signatures involve
lambda-expressions declare distinct functions.
More information about the All-commits
mailing list