[all-commits] [llvm/llvm-project] 2d6d36: [clang] create class-type injected NTTP with corre...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Jul 31 12:57:31 PDT 2024
Branch: refs/heads/users/mizvekov/clang-fix-GH101394
Home: https://github.com/llvm/llvm-project
Commit: 2d6d367408277b912c3db09cbbc7398c247c32c5
https://github.com/llvm/llvm-project/commit/2d6d367408277b912c3db09cbbc7398c247c32c5
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/ExprClassification.cpp
M clang/test/SemaTemplate/temp_arg_template_p0522.cpp
Log Message:
-----------
[clang] create class-type injected NTTP with correct value kind
A template parameter object is an lvalue, which was not being
respected for injected parameters.
Fixes GH101394
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