[all-commits] [llvm/llvm-project] 70d6e7: [Clang] Rewrite SourceLocExpr in default args (#93...
cor3ntin via All-commits
all-commits at lists.llvm.org
Sun May 26 00:18:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70d6e7c09fd1a79ca5c2c2deeb72e6b0e1e80a52
https://github.com/llvm/llvm-project/commit/70d6e7c09fd1a79ca5c2c2deeb72e6b0e1e80a52
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-05-26 (Sun, 26 May 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaExpr.cpp
M clang/test/SemaCXX/source_location.cpp
Log Message:
-----------
[Clang] Rewrite SourceLocExpr in default args (#93383)
In order for their dependency to be computed correctly, SourceLocExpr
should refer to the context in which they are used.
Fixes #92680
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