[all-commits] [llvm/llvm-project] 7b3515: For P0732R2, P1907R1: ensure that template paramet...
Richard Smith via All-commits
all-commits at lists.llvm.org
Sat Oct 24 22:12:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b3515880c22c887cd5ca4825dfb060ad82d3ebc
https://github.com/llvm/llvm-project/commit/7b3515880c22c887cd5ca4825dfb060ad82d3ebc
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/include/clang/Basic/DiagnosticCommonKinds.td
M clang/include/clang/Basic/LLVM.h
M clang/include/clang/Basic/PartialDiagnostic.h
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/test/CXX/drs/dr1xx.cpp
M clang/test/CXX/temp/temp.param/p8-cxx20.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp
Log Message:
-----------
For P0732R2, P1907R1: ensure that template parameter objects don't refer
to disallowed objects or have non-constant destruction.
More information about the All-commits
mailing list