[all-commits] [llvm/llvm-project] 942c03: [Clang] Diagnose invalid member variable with temp...
cor3ntin via All-commits
all-commits at lists.llvm.org
Thu Mar 3 06:52:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 942c03910aef43de1cd2c733a82370fd3e2c9981
https://github.com/llvm/llvm-project/commit/942c03910aef43de1cd2c733a82370fd3e2c9981
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-03-03 (Thu, 03 Mar 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/CXX/temp/temp.spec/temp.expl.spec/p17.cpp
Log Message:
-----------
[Clang] Diagnose invalid member variable with template parameters
Fixes https://github.com/llvm/llvm-project/issues/54151
Reviewed By: erichkeane, aaron.ballman
Differential Revision: https://reviews.llvm.org/D120881
More information about the All-commits
mailing list