[all-commits] [llvm/llvm-project] a0130f: [clang] Correct calculation of MemberExpr's depend...
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Mon Jul 10 03:01:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0130fc51cbc0b0bbeca378a27430eba5136f142
https://github.com/llvm/llvm-project/commit/a0130fc51cbc0b0bbeca378a27430eba5136f142
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ComputeDependence.cpp
M clang/lib/AST/Expr.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp
Log Message:
-----------
[clang] Correct calculation of MemberExpr's dependence
Due to incorrect calculation false positive diagnostics were emitted.
Fixes https://github.com/llvm/llvm-project/issues/48731
Reviewed By: shafik, cor3ntin
Differential Revision: https://reviews.llvm.org/D154689
More information about the All-commits
mailing list