[all-commits] [llvm/llvm-project] 9e2dc4: [clang] create class-type injected NTTP with corre...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Fri Aug 2 20:27:37 PDT 2024
Branch: refs/heads/users/mizvekov/clang-fix-GH101394
Home: https://github.com/llvm/llvm-project
Commit: 9e2dc4d465f2dc3d31bace2fca95b0656538b655
https://github.com/llvm/llvm-project/commit/9e2dc4d465f2dc3d31bace2fca95b0656538b655
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-08-03 (Sat, 03 Aug 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