[all-commits] [llvm/llvm-project] 1299af: [clang] create class-type injected NTTP with corre...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Fri Aug 2 20:37:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1299af66322aa21246b0de6204dff553e46c408c
      https://github.com/llvm/llvm-project/commit/1299af66322aa21246b0de6204dff553e46c408c
  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 (#101395)

A template parameter object is an lvalue, which was not being respected
for injected parameters.

Fixes #101394



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