[all-commits] [llvm/llvm-project] d773c0: [Clang] Fix looking for immediate calls in default...
cor3ntin via All-commits
all-commits at lists.llvm.org
Tue Mar 5 01:04:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d773c00e52f1acd68267c6f2f5bfa269b73810a0
https://github.com/llvm/llvm-project/commit/d773c00e52f1acd68267c6f2f5bfa269b73810a0
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaExpr.cpp
M clang/test/SemaCXX/cxx2a-consteval-default-params.cpp
M clang/test/SemaCXX/source_location.cpp
Log Message:
-----------
[Clang] Fix looking for immediate calls in default arguments. (#80690)
Due to improper use of RecursiveASTVisitor.
Fixes #80630
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